Fixed date warning and improperly escaped characters #5

Merged
ofadam merged 3 commits from main into main 2025-02-21 11:37:04 +13:00
ofadam commented 2025-02-20 17:49:32 +13:00 (Migrated from github.com)

This should fix the warnings about improperly escaped characters and resolve the following date deprecation:

rrdtograph.py:84: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).

This should fix the warnings about improperly escaped characters and resolve the following date deprecation: `rrdtograph.py:84: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).`
darksidelemm commented 2025-02-21 11:37:07 +13:00 (Migrated from github.com)

Cheers! I'm not really using the RRD output anymore, but good to see others are still finding it useful

Cheers! I'm not really using the RRD output anymore, but good to see others are still finding it useful
Sign in to join this conversation.
No description provided.