MS Date to Instant Transformer
Transforms an MS Date to an Instant.
The Microsoft (MS) date format represents dates as the number of 100-nanosecond intervals (also known as ticks) that have elapsed since January 1, 1601, UTC. This date is known as the MS epoch and is used extensively in Windows systems, including file times and Active Directory attributes like accountExpires.
Configuration
Valve name: MsDateToInstantTransformer
Name | Description | Default value | Mandatory | Expanded |
---|---|---|---|---|
| Property containing the source MS Date | N/A | ||
| Property containing the created Instant. | N/A | ||
| Instant pattern. ISO-8601 format |
| ||
| Instant time zone. |
| ||
| Flag to remove any value pre-existing in destination-property. To avoid creating a multi-value property. |
|
Special handling of “Never Expires”
If the src value is 0 or 9223372036854775807 (0x7FFFFFFFFFFFFFFF), the valve interprets this as an account that never expires. In this case, the output at dest will be set to "never"