Daedalus Dock - Modules - Types

code/__HELPERS/time.dm

/proc/station_time Generate a game-world time value in deciseconds.
/proc/weekday_to_iso Returns a string day as an integer in ISO format 1 (Monday) - 7 (Sunday)
/proc/first_day_of_month Returns the first day of the given year and month in number format, from 1 (monday) - 7 (sunday).
/proc/time_to_twelve_hour Converts a time expressed in deciseconds (like world.time) to the 12-hour time format. the format arg is the format passed down to time2text() (e.g. "hh:mm" is hours and minutes but not seconds).