LocalNow

Qubes 5.6 Returns the current date and time on the client workstation.

Syntax

LocalNow()

Remarks

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).

This function returns the time on the client workstation on which it is running, which may be different from the server time.

For a version that is only volatile at the time of design, see Now.

Example

LocalNow = current date and time on the client workstation

Classification

DateTime