I simplify the method to get the date and time and updated to a more modern syntax in the process to be in sync with the other files.
Also added a new timezone config option, which is useful, for all of us that set the privacy.resistFingerprinting to true. which makes the new Date() always return the Date&Time in UTC
With this method we could add even more CONFIG variables to set the, language for example, or any other options available for the JavaScript Date formatterm i just set the timezone this time because of the aftermention detail i was having
I simplify the method to get the date and time and updated to a more modern syntax in the process to be in sync with the other files.
Also added a new timezone config option, which is useful, for all of us that set the
privacy.resistFingerprinting
to true. which makes thenew Date()
always return the Date&Time in UTCWith this method we could add even more CONFIG variables to set the, language for example, or any other options available for the JavaScript Date formatterm i just set the timezone this time because of the aftermention detail i was having