Skip to content

Commit b861b8e

Browse files
Wayne Witzel IIIthisisshi
authored andcommitted
fix: local => locale (#16)
1 parent 0504971 commit b861b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/app/services/query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class Query {
7272
.utc()
7373
.hour(parts[0])
7474
.minute(parts[1])
75-
.local()
75+
.locale()
7676
.format("HH:mm");
7777
}
7878

0 commit comments

Comments
 (0)