The timezone tag has no wiki summary.
2
votes
2answers
53 views
How do we get user's time zone offset integer in Apex or Formula Field?
How do we get user's time zone offset integer in Apex or Formula Field?
For example, a user's personal information time zone
(GMT-04:00) Eastern Daylight Time (America/New_York)
should return -4.
...
2
votes
1answer
101 views
Time Zone (and Daylight Savings) calculations (to a Text field)
In the below formula code, we have to alter the -4 or -5 values each time we enter or leave Daylight Savings time due to the fact that SF, when pulling the Text version of the Time, does it in GMT (or ...
5
votes
4answers
215 views
Timezone issue with Datetime field in salesforce
I have a custom field of type datetime on a custom object. I want to show this field as it is regardless of timezone. As of now, salesforce converts value to user's current timezone while showing on ...
3
votes
1answer
85 views
Apex Data Loader is loading previous date
Apex Data loader is loading previous date.
Salesforce Organization Default Time Zone is GMT+05:30
Salesforce User Time Zone is GMT+05:30
Apex Data Loader time zone is GMT+05:30
CSV, for Apex Data ...
1
vote
4answers
776 views
Datetime input field cast to another timezone
Is there a way to cast the input of a timedate field to another timezone's GMT...?
If the user is in say: MDT, an input of 12:00, will be saved as 18:00, but if I want that value to be in EDT, I need ...
5
votes
2answers
514 views
Is this somehow not a bug in the DateTime object exposed by JSONParser getDateTimeValue() method?
I opened a case with Salesforce (#08078994), but their Support Engineer has claimed repeatedly that, "I have reconfirmed and there is no issue with Date Time methods. The issue which you are notifying ...
8
votes
3answers
625 views
Date input taking into account users time zone offset
I have an input field that is binding to a backing Task in the controller to allow users to enter a date into the ActivityDate field.
I'm not interested in any other fields on the Task. I'm just ...

