Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes custom timezone tests for Node.js 0.8.x. #730

Closed
wants to merge 1 commit into from
Closed

Fixes custom timezone tests for Node.js 0.8.x. #730

wants to merge 1 commit into from

Commits on Jul 25, 2012

  1. Fixes custom timezone tests for Node.js 0.8.x.

    The process.env.TZ trick no longer seems to work. The fix automatically
    adds an offset to the minutes being set, relative to the current
    timezone. It assumes that the dates being tested in the scope are not in
    DST, since the offset is relative to the timezone offset at the epoch.
    jasondavies committed Jul 25, 2012
    Copy the full SHA
    1e69f5e View commit details
    Browse the repository at this point in the history