GrimReaper711 / GrimReaper711/TrelBot
Time format and zone are not localized
Open
good first issue
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It looks okay for US, but I haven't managed to this to send localized dates yet.
I tried changing the locale string to "en-AU" but this made no difference to output format of the date.
.toLocaleString('en-US')
var Footer = 'Due Date Changed'
Need to add something to pick up the time zone as well. Time currently comes through as UTC.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.