Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

osTimeMs vs synchronizedTimeMs

Answered

Comments

3 comments

  • Norman
    • Network Optix team

    Hi Elan Paul ,

    osTimeMs – Represents the current system time of the operating system in milliseconds since the epoch.

    synchronizedTimeMs – Indicates the current time synchronized with the VMS (Video Management System), also measured in milliseconds since the epoch.

    The value of synchronizedTimeMs is determined by the VMS configuration. When synchronized online, it relies on one of the time servers. If configured to synchronize with a specific server, the time may reflect either the OS system time or the time obtained from an NTP (Network Time Protocol) server the OS connects to.

    Best regards, 

    0
  • Elan Paul

    Thank you Norman for the assistance.

    These times are both returned in UTC time or in some timezone related to the system?

    Additionally, we see there is  rest/v3/servers/{id}/timeZones to get supported timezones,  is there any way to know the timezone of the account or the server?

    Thank you,

    0
  • Norman
    • Network Optix team

    Hi Elan Paul,

    Sure, you can use the following request: 

    https://localhost:7001/rest/v3/servers/this/runtimeInfo?_with=timeZoneId

    The output should be something like: 

    {
     "timeZoneId": "Europe/Amsterdam"
    }
    0

Please sign in to leave a comment.