We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0504971 commit b861b8eCopy full SHA for b861b8e
1 file changed
client/app/services/query.js
@@ -72,7 +72,7 @@ export class Query {
72
.utc()
73
.hour(parts[0])
74
.minute(parts[1])
75
- .local()
+ .locale()
76
.format("HH:mm");
77
}
78
0 commit comments