This commit is contained in:
2025-07-23 19:44:05 +03:00
parent 14f3bb7a83
commit fd67d04ca2
8 changed files with 423 additions and 163 deletions

View File

@@ -251,6 +251,11 @@ public:
/* time-related methods */
static time_point_t timePointNow()
{
return time_point_t::clock::now();
}
// templated generic version
template <mcc::traits::mcc_systime_c TpT>
error_t greg2jul(TpT time_point, juldate_t& juldate)