update verssion
This commit is contained in:
parent
0b3d9f7b59
commit
016648553d
|
|
@ -1,4 +1,4 @@
|
||||||
import moment from 'moment-timezone';
|
import * as moment from 'moment-timezone';
|
||||||
|
|
||||||
export function formatTimeAU(timestamp: number) {
|
export function formatTimeAU(timestamp: number) {
|
||||||
return moment(timestamp)
|
return moment(timestamp)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue