Archived

This forum has been archived. Please start a new discussion on GitHub.

logging of ice services in UTC

Hi,

Is there a way to switch logging into UTC timestamps for the following services: icebox, glacier2, ice registry/node

Thanks in advance.

Comments

  • benoit
    benoit Rennes, France

    Hi,

    Our logger uses the localtime system call to transform the time into a string with the local time zone. Setting the TZ environment variable to an empty string or UTC should allow printing UTC timestamps.

    Cheers,
    Benoit.

  • Thank you Benoit