578
Views
3
Comments
Solved
How to config timezone in personal environtment?
Question

Hi all,

As mention above, is there anyway to config timezone, see default setting timezone in personal environment?. I try to find timezone setting in servicecenter but can't see it anywhere.

Beside, I use timer to send mail daily at 9:00 but I don't know 9:00 is my local time or server time.


Thank you,


2020-02-28 09-46-54
Eduardo Jauch
Solution

Hi Huy, 

You can't change the timezone from cloud servers. This article explain it: https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/OutSystems_Cloud_and_time_zones

So, when setting your timers, you need to take this into consideration. The article point some ways of dealing with the difference in timezones. 

Cheers. 

2022-02-07 08-52-30
Pranav Pandey

Hi Huy Nguyen,

As per my believe , the default server time is in GMT. So if your application is for a particular location(particular time zone ) then in that case you need to get the offset value for you local zone for example

India Standard Time is 5.5 hours (5 hours 30 minutes) ahead of Greenwich Mean Time (GMT+5.5 hours).

so based on your time zone you need to calculate the time when you want to run the timer.

[This solution only works for 1 time zone.]

2020-02-28 09-46-54
Eduardo Jauch
Solution

Hi Huy, 

You can't change the timezone from cloud servers. This article explain it: https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/OutSystems_Cloud_and_time_zones

So, when setting your timers, you need to take this into consideration. The article point some ways of dealing with the difference in timezones. 

Cheers. 

UserImage.jpg
Huy Nguyen

Hi Pranav Pandey, Eduardo Jauch,

Thank for your help!


Huy

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.