Overview
The datetime
library is used for date/time manipulation in sneq. In line with the rest of sneq, all functions are pure and return either values or a new datetime. datetimes may be compared only with other datetimes. They are always given to library functions as dt=<datetime>
.
datetimes are always in the timezone of your site!
This library is not currently available to form visibility scripts.