A geographic region within which the same standard time is used - Merriam Webster

learn more… | top users | synonyms

5
votes
2answers
771 views

Why is central admin time different from server time?

I have seen this question asked before (not here) but have never seen anyone with a genuine answer, usually people provide lots of info surrounding how Sharepoint has a different timezome for each ...
3
votes
4answers
3k views

DateTimeField and timezone conversion problem

It seems that the datetime value which is entered into a DateTimeField is always stored as UTC no matter what timezone is configured for the current user. Only the output on the page is displayed in ...
2
votes
1answer
2k views

Event receiver After Properties Item Updating Date field is one day off

Experts, Can anyone explain me why I am getting 1 day less From a Date Only picker in Item updating event receiver ... this happens for After properties value. Basically I am trying to validate ...
2
votes
1answer
359 views

Making DateTime fields ignore user timezones

We have a number of forms using a standard DFWP to serve up some simple forms. A few of these forms have datetime fields only showing the date portion. We're experiencing some issues where user A in ...
2
votes
1answer
629 views

Incorrect Modified Dates on SharePoint Online for clients in other timezones

I've run into a strange problem with SharePoint Online. When updating or creating entries in a list using the Client Object Model, the modified date on the affected list item seems to be stored with ...
1
vote
0answers
88 views

SOAP returns DateTime with timezone offset added to minutes

I am using the Ruby gem 'viewpoint/spws' (from a RHEL 6 server) to insert items into a Sharepoint list via SOAP. It seems that the DateTime fields being passed are being incorrectly interpreted by ...
0
votes
3answers
287 views

SharePoint Alert Email Messages and SPUser.RegionalSettings?

All, SharePoint 2010, I have setup an Alert on a Calendar (Events) list. I have set to be notified on any change to the items in the list (add, edit, delete). I have changed my user profile for the ...
0
votes
0answers
14 views

What control can I use to display the list of Time Zones

I am creating the edit view of a page, and I need to display the 'TimeZone' for an article, but I'm not sure what control to use in order to display this list. I've tried a LookupField, but this ...
0
votes
1answer
116 views

Convert an SPTimeZone to a TimeZoneInfo Object

I am working with the Exchange Managed API on SharePoint and in order to correctly get date/time information from the Exchange Managed API I need to pass it a TimeZoneInfo object when initializing the ...
0
votes
1answer
145 views

What is the default timezone setting for a web application?

We have a sharepoint server that is in pacific time. There are several webapps and they do not have a timezone specified (Manage Web Application > Web Application > General Settings > Default ...
0
votes
1answer
403 views

SPWeb.RegionalSettings.TimeZones

Apparently each SPWeb can have it's own list of TimeZones (assuming that is why there is a TimeZones property on each SPWeb's RegionalSettings). Why could/would a web/site within a site ...