$System.OriginDateTime

A global merge field that represents the literal value of 1900-01-01 00:00:00.

Usage

Use this global variable when performing date/time offset calculations, or to assign a literal value to a date/time field.

Example

The following example calculates the number of days that have passed since January 1, 1900:
{!NOW() - $System.OriginDateTime}