arichardson added a comment.

I'm fine with this workaround although I'm very surprised that the test is not 
working. Especially since `deterministic-archive.test` and 
`replace-update.test` also set TZ to get reproducible output

Do you have access to any of the failing bots? If so what happens there if you 
change the TZ variable?
I get the following on all systems I have access to when I run something like 
`date && date -u && env TZ=CET date && env TZ=CET date -u && env TZ=BST date && 
env TZ=BST date -u` I get the following output:

  Thu  9 Jan 2020 20:18:10 GMT
  Thu  9 Jan 2020 20:18:10 UTC
  Thu  9 Jan 2020 21:18:10 CET
  Thu  9 Jan 2020 20:18:10 UTC
  Thu  9 Jan 2020 20:18:10 UTC
  Thu  9 Jan 2020 20:18:10 UTC




CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72449/new/

https://reviews.llvm.org/D72449



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to