Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • So then-DST settings - thanks! I'm doing this for Lua, which doesn't quite have it, but has the capabilities to add it. Commented Sep 15, 2013 at 4:32
  • @Vadi I see, Lua may not have the space for a full timezone rule set. You may want to look how the TZ variable is handled by the c library you are using. It may support applying the current timezone rules for the timezone if specifed in the variable. This leave you the task of setting it correctly. Commented Sep 15, 2013 at 13:51