mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
re-fix issue #38 which was lost in the v0.9 merge
This commit is contained in:
parent
4dcc655477
commit
7b1151c7c0
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@
|
|||
}
|
||||
else {
|
||||
// fixme optimize
|
||||
var tzString = date.toString().match(/\((\w+)\)/);
|
||||
var tzString = date.toString().match(/\(([\w\s]+)\)/);
|
||||
resultString += tzString && tzString[1] || '';
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue