About
This agent provides various functions to look up and compare times at different places, and even for users of the system. The provided functions and commands should be fairly self-explanatory, so see the symbol index.
Retrieve global time information in Maiden.
This agent provides various functions to look up and compare times at different places, and even for users of the system. The provided functions and commands should be fairly self-explanatory, so see the symbol index.
TIMEThis agent provides all sorts of time, date, and timezone utilities.
TIME-BETWEENTIME-BETWEEN-USERSTIME-DWIMTIME-LOCATIONTIME-USERTIMEZONE-LOCATION(TIME LOCATION)  Returns the current, local time in universal-time at the given location. See TIMEZONE-DATA
(TIMEZONE LOCATION)  Returns information about the timezone active at the location. Returns two values-- the name of the zone and its ID. See TIMEZONE
(TIMEZONE-DATA LOCATION &OPTIONAL (TIME (GET-UNIX-TIME)))  Returns the JSON object returned by the API for the given location. See *TIMEZONE-API*
(time between FROM TO)  Show the time difference between two locations.
(time between users FROM TO)  Show the time difference between two users. Note that this only works if the location of the user is known.
(time &OPTIONAL SIGNIFIER)  With no argument, the time for the requester is shown, if their location is known. Otherwise, the time for the given user or location is shown, if possible.
(time in LOCATION)  Show the time for a location.
(time for USER)  Show the time for a user. Note that this only works if the location of the user is known.
(timezone of LOCATION)  Shows the time zone of a location.