[server banner] DST appears to still be in effect #39
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JMTNTBANG/Bitey-Frank#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At the time of this writing the banner shows 19:24 when it should be showing 18:24.
If it helps with writing automation in: DST begins at 02:00 on the first Sunday of October, and finishes at 03:00 on the first Sunday of April the following year.
Will add a feature to automatically detect Daylight savings time in Australia and adjust the time difference accordingly
You can get a time string for the Adelaide time zone with the built-in
Dateobject.Perhaps not ideal if we want to keep everything in actual time objects for something like bringing back the "goobin' time" text, but parsing the resulting string wouldn't be difficult. Otherwise we would probably want to add a time library like day.js, because it's a bit tricky to work with time zones, especially time zones with DST, using just
Dates (as this issue proves).that actually sounds good, I probably wont be bringing back the banner text, since that was basically replaced with discord events. but if you want to implement that for me that would be great, otherwise ill find the time to do it
You forgot to remove all references of
calcTimefunction, causing an exception, fixing nowjust have it delete
/with--no-preserve-rootand you're good(i kid)