function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tony2009tony2009 

time zone and daylight saving time

Hi Guys,

 

I am doing a time related project.

 

I was wondering if salesforce will use the daylight saving time directly or user need to mofidy it manully?

 

If salesforce does it automaticlly, How do I know it is a daylight saving time now?

 

Will the time zone changed if the daylight saving time apply? for exmple: 

 

(GMT+10:00) Australian Eastern Standard Time (Australia/Sydney)

 

become 

 

(GMT+11:00) Australian Eastern Standard Time (Australia/Sydney)?

 

 

 

apex_keenapex_keen

I think, day light saving applied directly. You can check yourself by changing your user's time zone and this is applied for system generated timestamps( e.g created date and modified date of any record). I'm not sure if there is any way exist to find whether DST is applied or not 

tony2009tony2009

thanks mate,

 

Is it possible to calculate the local time based on the time zone. 

 

For example:  

 

Will (GMT+10:00) Australian Eastern Standard Time (Australia/Sydney) become to (GMT+11:00) Australian Eastern Standard Time (Australia/Sydney) in summer?  

 

If yes, I could calculate our client's local time  (Account Object Record) based on the (GMT+XX)

 

If not, how do I know the local time outside of Australia?