]> git.scottworley.com Git - tl-append/commit - common.h
Encode time in time-logger's format
authorScott Worley <scottworley@scottworley.com>
Mon, 4 Sep 2023 00:50:46 +0000 (17:50 -0700)
committerScott Worley <scottworley@scottworley.com>
Mon, 4 Sep 2023 00:53:51 +0000 (17:53 -0700)
commitbab98a3a230bcc2161254e5796ec97e1391b4907
treebb040c91243285db045339b027b3761c72880f0b
parentd522116b5fdc09e3f83fe4f88515dec52a3e0462
Encode time in time-logger's format

This is not a good format.  It looses timezone information during daylight
savings time changes -- it cannot distinguish between the first 01:30
and the second 01:30 during the fall transition.
common.c
common.h
tl-append-test.c