commit | 9be4ceeaa10f6ed92291e77ec52794acfb67c147 | [log] [tgz] |
---|---|---|
author | Brian Haley <haleyb.dev@gmail.com> | Tue Apr 23 15:37:37 2024 -0400 |
committer | Brian Haley <haleyb.dev@gmail.com> | Tue Apr 23 15:37:37 2024 -0400 |
tree | 4058d1ecbba215053fec63f38f136ca7d64feabd | |
parent | b6613b1e71fb6a0efb63ec9346bd2e67131657e0 [diff] |
Fix datetime.utcnow() deprecation warning Running stack.sh on a python 3.12 system generates this warning from worlddump.py: DeprecationWarning: datetime.datetime.utcnow() is deprecated Use datetime.now(timezone.utc) instead, which should be backwards-compatible with older python versions. TrivialFix Change-Id: I11fe60f6b04842412045c6cb97f493f7fef66e1a