| Get Current Date/Time | Return the current Date/Time in UTC |
| Convert Date/Time To ISO String | Convert the given Date/Time to an ISO string |
| Convert Date/Time To Local ISO String | Convert the given Date/Time to an ISO string in local time using specified timezone |
| Adjust Date/Time | Add/Remove the specified seconds, minutes, hours, and days from the specified Date/Time |
| Format Date/Time | Change the format of a timestamp given a format string |
| Convert Date To Epoch | Convert the given Date to a seconds/milliseconds Epoch. |
| Convert Epoch Timestamp To Date | Convert the given Epoch timestamp to a ISO String Date. |