forked from Charcoal-SE/SmokeDetector
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
datetime.utcnow()
with datetime.now(tz=timezone.utc)
; Mer…
…ge: Jeffschaller PR 8552 fixdatetime.datetime.utcnow: Test #2 Squash and merge (#13) * Update globalvars.py replace datetime.utcnow() with datetime.now(datetime.UTC) * Update helpers.py replace datetime.utcnow() with datetime.now(datetime.UTC) * Update findspam.py replace datetime.utcnow() with datetime.now(datetime.UTC) * Update excepthook.py replace datetime.utcnow() with datetime.now(datetime.UTC) * Update chatexchange_extension.py replace datetime.utcnow() with datetime.now(datetime.UTC) * Update spamhandling.py replace datetime.utcnow() with datetime.now(datetime.UTC) * Update bodyfetcher.py replace datetime.utcnow() with datetime.now(datetime.UTC) * Update datahandling.py replace datetime.utcnow() with datetime.now(datetime.UTC) * Update ws.py replace datetime.utcnow() with datetime.now(datetime.UTC) * Update chatcommands.py replace datetime.utcnow() with datetime.now(datetime.UTC) * Update globalvars.py UTC fix * Update bodyfetcher.py * Update chatcommands.py * Update bodyfetcher.py * Update chatexchange_extension.py * Update datahandling.py * Update excepthook.py * Update findspam.py * Update helpers.py * Update spamhandling.py * Update ws.py * Update datahandling.py --------- Co-authored-by: Jeff Schaller <[email protected]>
- Loading branch information
1 parent
bfe4f06
commit 734301d
Showing
10 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters