Hello, how could I set the date and time of my area in OpenIAM? Because when a user makes a change in the logs it is reflected one hour less than the correct one.
Thank you very much.
Hello, how could I set the date and time of my area in OpenIAM? Because when a user makes a change in the logs it is reflected one hour less than the correct one.
Thank you very much.
Hello @lgc,
Thanks for the question. Just to clarify:
Are you looking to change the timezone of the OpenIAM backend services?
If yes, what type of installation do you have? (i.e., version, docker/rpm)
Thanks,
Ameet
Are you looking to change the timezone of the OpenIAM backend services?
Yes
If yes, what type of installation do you have? (i.e., version, docker/rpm)
RPM installation.
Hello @lgc ,
The following commands can be used to update the server timezone:
sudo timedatectl set-timezone <Your_Timezone>
To check the current timezone:
timedatectl
After updating the timezone, the server OS log timestamps and cron job execution times will be updated accordingly and aligned with the configured timezone. Please proceed with caution.
It is generally recommended to configure the OS-level timezone during the initial server setup.