comparison include/core/time.h @ 369:47c9f8502269

*: clang-format all the things I've edited the formatting a bit. Now pointer asterisks (and reference ampersands) are on the variable instead of the type, as well as having newlines for function braces (but nothing else)
author Paper <paper@tflc.us>
date Fri, 25 Jul 2025 10:16:02 -0400
parents d928ec7b6a0d
children
comparison
equal deleted inserted replaced
368:6d37a998cf91 369:47c9f8502269
17 std::string GetSecondsAsAbsoluteString(Units unit_cutoff, Timestamp amount, double unit_in_seconds = 1.0); 17 std::string GetSecondsAsAbsoluteString(Units unit_cutoff, Timestamp amount, double unit_in_seconds = 1.0);
18 18
19 /* in UTC */ 19 /* in UTC */
20 Timestamp GetSystemTime(); 20 Timestamp GetSystemTime();
21 21
22 Timestamp ParseISO8601Time(const std::string& str); 22 Timestamp ParseISO8601Time(const std::string &str);
23 23
24 }; // namespace Time 24 }; // namespace Time
25 25
26 #endif // MINORI_CORE_TIME_H_ 26 #endif // MINORI_CORE_TIME_H_