JSTime supports programmatically setting a default time zone for the lifetime of theDocumentation Index
Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt
Use this file to discover all available pages before exploring further.
jstime process. To do set, set the value of the TZ environment variable to a valid timezone identifier.
When running a file with
jstime, the timezone defaults to your system’s configured local time zone.When running tests with jstime test, the timezone is set to UTC to make tests more deterministic.Alternatively, this can be set from the command line when running a JSTime command.
Once
TZ is set, any Date instances will have that time zone. By default all dates use your system’s configured time zone.