We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3008086 commit 195da3dCopy full SHA for 195da3d
libc/src/time/time_utils.h
@@ -328,9 +328,7 @@ class TMReader final {
328
return BASE_YEAR + IS_NEXT_YEAR;
329
}
330
331
- LIBC_INLINE constexpr time_t get_epoch() const {
332
- return mktime_internal(timeptr);
333
- }
+ LIBC_INLINE time_t get_epoch() const { return mktime_internal(timeptr); }
334
335
// returns the timezone offset in microwave time:
336
// return (hours * 100) + minutes;
0 commit comments