roadrunner_ex@lemmy.ca to Programming@programming.devEnglish · 2 years agoA Python Epoch Timestamp Timezone Trapnerderati.comexternal-linkmessage-square7linkfedilinkarrow-up127arrow-down11
arrow-up126arrow-down1external-linkA Python Epoch Timestamp Timezone Trapnerderati.comroadrunner_ex@lemmy.ca to Programming@programming.devEnglish · 2 years agomessage-square7linkfedilink
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up1·2 years agoYou also have CLOCK_MONOTONIC, which could or could not be the number of seconds since last reboot. To be honest, this mess was directly inherited from POSIX C system calls.
You also have CLOCK_MONOTONIC, which could or could not be the number of seconds since last reboot.
To be honest, this mess was directly inherited from POSIX C system calls.