DISCLAIMER
The example below is intended to demonstrate one or more features or methods and is presented as a configuration example only. Schneider Electric assumes no liability for the use or application of this example or any portion thereof.
The Unix time is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. Some customers asked how to show the date from that number on Geo SCADA.
Given the "Unix time", the following expression will show the appropriate time stamp ("NSecs" is a variable that contains the "Unix time" number in the example below, note also that the "Date/Time" text box was formatted to show dd/MM/yyyy HH:mm:ss):
#1 January 1970# + ".NSecs"/86400
The example below is intended to demonstrate one or more features or methods and is presented as a configuration example only. Schneider Electric assumes no liability for the use or application of this example or any portion thereof.
The Unix time is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. Some customers asked how to show the date from that number on Geo SCADA.
Given the "Unix time", the following expression will show the appropriate time stamp ("NSecs" is a variable that contains the "Unix time" number in the example below, note also that the "Date/Time" text box was formatted to show dd/MM/yyyy HH:mm:ss):
#1 January 1970# + ".NSecs"/86400