Instant to MS Date Transformer
Transforms an existing Instant to a MS Date format.
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: InstantToMsDateTransformer
Name | Description | Default value | Mandatory | Expanded |
---|---|---|---|---|
| Property containing the source Instant. | N/A | ||
| Instant pattern. ISO-8601 format |
| ||
| Instant time zone. |
| ||
| Property containing the created MS Date | N/A | ||
| 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" the valve interprets this as an account that never expires. In this case, the output at dest will be set to 9223372036854775807 (0x7FFFFFFFFFFFFFFF)