Hello. Someone knows how to set the time in Itop. when I create tickets it is a different time than my computer. Thanks.
In the regular iTop, it takes the time defined on the server.
Check iTop's configuration file: https://www.itophub.io/wiki/page?id=latest%3Aadmin%3Aitop_configuration_file (timezone)
I believe the timezone of the server itself also had some influence.
Otherwise, it may be worth checking this out: https://www.molkobain.com/product/multiple-timezones-support/
Thanks. I solved it I changed the time zone, I was guided by the following link: https://www.php.net/manual/en/timezones.america.php
Hello, I confirm the iTop parameter value (or its default value if not configured) always takes prevalence. See \utils::InitTimeZone : https://github.com/Combodo/iTop/blob/5854c199d026302262f9867f37d33cea6b1bcc3a/application/utils.inc.php#L912
Log in to post a comment.
Hello. Someone knows how to set the time in Itop. when I create tickets it is a different time than my computer. Thanks.
In the regular iTop, it takes the time defined on the server.
Check iTop's configuration file: https://www.itophub.io/wiki/page?id=latest%3Aadmin%3Aitop_configuration_file (timezone)
I believe the timezone of the server itself also had some influence.
Otherwise, it may be worth checking this out: https://www.molkobain.com/product/multiple-timezones-support/
Thanks. I solved it I changed the time zone, I was guided by the following link: https://www.php.net/manual/en/timezones.america.php
Hello,
I confirm the iTop parameter value (or its default value if not configured) always takes prevalence.
See \utils::InitTimeZone : https://github.com/Combodo/iTop/blob/5854c199d026302262f9867f37d33cea6b1bcc3a/application/utils.inc.php#L912