TimezoneOffset
Qubes 9.0 Timezone offset in minutes for the specified date and time on the client workstation.
Syntax
TimezoneOffset(dateTime)
Remarks
Returns a number representing the time-zone offset, in minutes, from dateTime to UTC.
The offset will depend on the timezone the current client workstation is running on and the date (for timezones where Daylight Saving Time applies). For instance during French summer time, the offset is -120, while it is -60 during winter.
The dateTime parameter is the date in the client workstation timezone, for which we want the offset regarding UTC.
If the dateTime parameter is not passed, the current date/time on client workstation is used.
Alternatively, the dateTime parameter can also be defined in UnixTime.
This is a volatile function whose value changes with every recalculation of the formula of which it is a part. Note that mere use of this function in a formula does not mean its results are updated continuously, the function needs to be in a formula that depends from a component to be recalculated (for instance through a Depend).
Example
TimezoneOffset = current timezone offset in minutes on the client workstation