We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yesterday
1 parent d4e1f9e commit b9a213fCopy full SHA for b9a213f
template/Makefile.in
@@ -748,4 +748,4 @@ yes-test-syntax-suggest: $(PREPARE_SYNTAX_SUGGEST)
748
no-test-syntax-suggest:
749
750
yesterday:
751
- $(GIT_IN_SRC) reset --hard `$(GIT_LOG_FORMAT):%H -1 --before=00:00+0900`
+ $(GIT_IN_SRC) reset --hard `TZ=UTC-9 $(GIT_LOG_FORMAT):%H -1 --before=00:00`
win32/Makefile.sub
@@ -1391,6 +1391,7 @@ rubyspec-capiext: $(RUBYSPEC_CAPIEXT_EXTS)
1391
exts: rubyspec-capiext
1392
1393
1394
+ (set TZ=UTC-9) && \
1395
for /f "usebackq" %H in \
- (`$(GIT_LOG_FORMAT):%H -1 "--before=00:00+0900"`) do \
1396
+ (`$(GIT_LOG_FORMAT):%H -1 "--before=00:00"`) do \
1397
$(GIT_IN_SRC) reset --hard %%H
0 commit comments