Date/Time
Date/time functions. See all of the Functions.
Dates are floating-point values defined as the number of days elapsed since December 30, 1899.
The fractional part represents a fraction of a 24-hour day (0.75 for 18:00, for example).
Day and week functions return and adopt values as per ISO 8601.
As of Qubes 9.0 values beyond 1e7 (year 29278) are interpreted as a Unix TimeStamp (encoding dates from May 1970 up).
| Annee | |
| Date | |
| Day | |
| DayOfWeek | |
| DayOfYear | |
| EpochTimeStamp | Returns the current Epoch TimeStamp on the client workstation. |
| FormatDateTime | Formats a date/time in the form of a string in a user-defined format. |
| Heure | |
| Hour | |
| ISO8601ToDateTime | Datetime in current timezone from an ISO 8601 date. |
| Jour | |
| LocalNow | Returns the current date and time on the client workstation. |
| LocalToUnixTime | UnixTime for the specified datetime in the current workstation timezone. |
| LocalToUtcDateTime | UTC datetime for the specified datetime in the current workstation timezone. |
| Maintenant | |
| Minute | |
| Mois | |
| Month | |
| Now | Returns the design or compilation date and time. |
| Second | |
| Seconde | |
| ServerUnixTime | Returns the server unix time. |
| StrToDateTime | |
| Time | |
| TimezoneOffset | Timezone offset in minutes for the specified date and time on the client workstation. |
| UtcToLocalDateTime | Datetime in current workstation timezone for the specified datetime in UTC. |
| WeekNumber | Returns the week number for the date entered as a parameter (ISO 8601). |
| Year |