Clean up date formatting #56
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#56
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?
There's a bunch of places where date formats are juggled:
Db\Statement
Db\SQLite3\CustomFunctions
dateFormatDefault
method inDatabase
Misc\DateFormatter
classIdeally
Misc\DateFormatter
should be made better use of, and extended where necessary. The date formatter inDb\SQLite3\CustomFunctions
should probably remain as-is given that MySQL and PostgreSQL will also have special handling.