Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Scott McClannahan 10 posts 30 karma points
    Nov 19, 2013 @ 22:19
    Scott McClannahan
    0

    Umbraco User/Site Timezones

    This seems to be a common problem as evidenced by so many forum posts...

    First of all, I am a seasoned developer and fully understand how to convert to/from Timezones using .Net, Javascript, etc. when displaying to the user. I am also aware of the ability to write handlers that would convert the time after the user saves it so PLEASE DON'T REHASH THESE IDEAS!

    What I (and I'm sure many other users) would love to see is:

    1. The ability to set a default time-zone for an umbraco installation.
    2. The ability to set a time-zone for a user.
    3. An AUTOMATIC way to control the time that is displayed in the backend, and in front-end macros, etc.

    This should be fairly simple, with the exception of rewriting all the user controls to correctly calculate the offset time. The timestamps in the database seem to be stored in GMT already, so that leads me to believe you are already doing some kind of calculation on the data; all that should be required is to change that calculation so that it respects either the app.config setting and/or the user's profile setting when storing and retrieving data.

    Just so you understand, here is a perfect example of my predicament:

    1. The user creates a new 'event' and sets the time to Monday at 7:00 PM. (since the user is located in MST time-zone GMT-7 and the server is in EST time-zone, GMT-5, the server thinks the user wanted 7:00 PM EASTERN time, which is really 5:00 PM MOUNTAIN time).

    2. Now that event is displayed incorrectly across the site as 7:00 PM and without a feature like what I'm requesting, there is no way to tell the system - "hey, I know the user said 7:00 pm EASTERN, but she really meant 7:00 pm MOUNTAIN"

    Hopefully this makes sense and someone at Umbraco will pick it up and run with it.
    BTW - The more people that vote for this, the better.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 20, 2013 @ 05:28
    Richard Soeteman
    0

    Hi,

    You are asking this in the CMSImport feature request forum. This is related to the CMSImport package. The best place to place this request is http://issues.umbraco.org where people can vote on the issue.

    Best,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft