Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

DateToUnix Function

Overview

The DateToUnix function converts a date/time value to a Unix time (aka POSIX or Epoch time).

Syntax/Parameters

Syntax

int = UnixToDate ( qword value );

Parameters

value

A qword containing a date-time value in milliseconds. The value is expected to be UTC based.

Return Value

Returns an int containing a Unix time value or 0 on failure. Use the GetLastError function to return a formatted error code.

Remarks

This function converts the time in 100-nanosecond intervals since January 1, 1601 to seconds since midnight January 1, 1970 to time. Dates prior to 1970 are converted without an error.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic