aboutsummaryrefslogtreecommitdiffstats
path: root/tool/file2lastrev.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/file2lastrev.rb')
-rwxr-xr-xtool/file2lastrev.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/tool/file2lastrev.rb b/tool/file2lastrev.rb
index f7df07e330..c5d4c95f9b 100755
--- a/tool/file2lastrev.rb
+++ b/tool/file2lastrev.rb
@@ -11,8 +11,6 @@ require File.expand_path('../vcs', __FILE__)
Program = $0
-TIMEZONE_FOR_RELEASE = "+09:00" # in Japan Standard Time traditionally
-
@output = nil
def self.output=(output)
if @output and @output != output
@@ -77,8 +75,7 @@ vcs = nil
"#define RUBY_LAST_COMMIT_TITLE #{title.dump}"
end,
if modified
- modified.getlocal(TIMEZONE_FOR_RELEASE).
- strftime(<<TIME)
+ modified.strftime(<<TIME)
#if defined(RUBY_PATCHLEVEL) && (RUBY_PATCHLEVEL == -1)
#undef RUBY_RELEASE_DATE
#define RUBY_RELEASE_DATE "%FT%T%:z"