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 ...
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 ...