local-time ( timestamp -- timestamp )


Vocabulary
calendar

Inputs
timestampa timestamp


Outputs
timestampa timestamp


Word description
Set the time zone to the computer's local timezone.

Notes
The time is not converted, if you want that then call >local-time.

See also
>local-time, convert-local-time, gmt, >gmt, convert-gmt, utc, >utc, convert-utc, convert-timezone

Definition