Not working
Open
bug
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Right now this is not detecting the timezone:
```
moment.tz.version;
"0.1.0"
moment.tz.names().length;
213
var now = moment();
undefined
now.format();
"2014-07-09T17:29:29-07:00"
tzdetect.matches();
[]
```
```
makekey();
"0917 0616 0616 0417 0216 0117 1616 1617"
makekey('America/Los_Angeles');
"0917 0616 0616 0416 0216 0117 1616 1617"
makekey('America/Dawson');
"0917 0616 0616 0416 0216 0117 1616 1617"
```
Looks like the moment from 5 years ago is not matching.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.