Posted April 20, 2023
VanishedOne: According to the docs, Frink might be able to do it.
https://frinklang.org/#DateTimeHandling
https://frinklang.org/fsp/frink.fsp
Lexor: I've tried to use it but I'm confused how it does work. :D https://frinklang.org/#DateTimeHandling
https://frinklang.org/fsp/frink.fsp
Example: how to add 40:30:20.10 and 4:03:02.01? I've tried:
# 40:30:20.10 # + # 4:03:02.01 #
Expected result: 44:33:22.11 but I've got this:
Can't parse date 40:30:20.10
#40:30:20.10#AD 2023-04-19 AM 04:03:02.001 (Wed) Mountain Daylight Time
:?