Show the epoch: Difference between revisions

Content added Content deleted
(Added zkl)
Line 708:
{{out|Output (in debug window)}}
30 Dec 1899 00:00
 
=={{header|zkl}}==
Using the method tickToTock(time_t,useLocalTime) on Linux
<lang zkl>zkl: Time.Clock.tickToTock(0,False)
L(1970,1,1,0,0,0) // y,m,d, h,m,s</lang>
 
 
 
{{omit from|AutoHotkey}} <!-- AHK uses a built-in datetime "library" which uses YYYYMMDDHH24MISS, therefore no epoch. -->