1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

make-snapshot: store timestamps in UTC for zip which lacks timezone

This commit is contained in:
Nobuyoshi Nakada 2019-09-23 01:25:17 +09:00
parent 2afe86e4be
commit 642dbb962c
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -80,6 +80,7 @@ ENV["MINIRUBY"] ||= "ruby"
ENV["PROGRAM"] ||= "ruby"
ENV["AUTOCONF"] ||= "autoconf"
ENV["BUILTIN_TRANSOBJS"] ||= "newline.o"
ENV["TZ"] = "UTC"
class String
# for older ruby