Last active
December 13, 2020 12:11
-
-
Save Mnkai/32f1b00bbc20a2c69a53786b1452248c to your computer and use it in GitHub Desktop.
Free42 Unix time converter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LBL "EPOCH" | |
DATE | |
TIME | |
LBL "T2Ep" | |
X<>Y | |
1970.0101 | |
X<>Y | |
DDAYS | |
24 | |
× | |
X<>Y | |
→HR | |
SF 25 | |
RCL- "TZOFF" | |
CF 25 | |
+ | |
3600 | |
× | |
RTN | |
LBL "Ep2T" | |
3600 | |
÷ | |
SF 25 | |
RCL+ "TZOFF" | |
CF 25 | |
RCL ST X | |
24 | |
÷ | |
IP | |
1970.0101 | |
X<>Y | |
DATE+ | |
X<>Y | |
24 | |
MOD | |
→HMS | |
RTN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment