std::chrono::system_clock::now()
.
YYYY-MM-DDThh:mm:ss.ssssssZ
.
YYYY
is the yearMM
is the monthDD
is the dayT
is a separatorhh
is for hoursmm
is for minutesss
is for secondsssssss
(following the dot) is for microsecondsZ
to indicate that we are in UTC+02021-07-07T13:54:05.123456Z
See also this Wikipedia article for more details.
HeexUtilsTime.h
file.