You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is merely a suggestion for improvement, not a bug report.
The current timestamp in the header does not have a time zone. This may create confusions if the developers of a project are in different time zones.
I hope there could be an option to enable "UTC time" or showing explicitly the time zone with the timestamp. I did this by replacing datetime.now() with datetime.utcnow(), but still hope this could be added as a feature in the future development of this plug-in.
The text was updated successfully, but these errors were encountered:
This is merely a suggestion for improvement, not a bug report.
The current timestamp in the header does not have a time zone. This may create confusions if the developers of a project are in different time zones.
I hope there could be an option to enable "UTC time" or showing explicitly the time zone with the timestamp. I did this by replacing
datetime.now()
withdatetime.utcnow()
, but still hope this could be added as a feature in the future development of this plug-in.The text was updated successfully, but these errors were encountered: