Hi, all
I don't know how to read the log.
I got log from the Error_Log Entity.I don't understand the timeline of the 'INSTANT_UTC' and PID time of the 'Environment'.
I would like to know how the time is recorded in the front end and IIS.Regards,
Sammy
Overview of Logs in OutSystems
OutSystems logs various events for debugging, performance monitoring, and error tracking. The key log types include:
Understanding Timestamps in Logs
Log TypeTimestamp TypeDescription
Time Synchronization Considerations
Further Reference
For additional details, please refer to the official OutSystems documentation:OutSystems Logging Documentation
Would appreciate insights on how to map these timestamps effectively.
Best regards,Sammy
Hi @Sammy A
Reading Log from the service centre.
Error log is always show in UTC.read below linkhttps://success.outsystems.com/support/troubleshooting/getting_logs_for_troubleshooting_purposes/service_center_logs/Regards ,
Rajat
you can check document here
Time is in utc.
Hello Sammy.
No one is focusing on the why.
Server times are by default in UTC (Coordinated Universal Time). This is loosely based in Greenwich Mean Time (GMT) that was the world standard for a century and based on the average time of noon in Greenwich, observatory, near London. With the computers we changed to atomic clocks and UTC, but they are still identical.
UTC is used for Antarctica, for the Moon and everything that is not country specific. Like cloud servers. Because a company can have servers in multiple regions, working in local times would be very confusing so logs and intervention times are set in UTC time to keep everyone is aligned. When you send logs to OutSystems, they are all in UTC, no matter if you are in Asia, Europe or America.
For Portugal, it is easy as we differ by one hour in the summer and use UTC in the winter so it is very close to our local time. In Japan you use JST that is 7 hours ahead of UTC. Example: for UTC now is 10:20 am, for Japan is 7:20 pm.