This commit is contained in:
KillerBossOriginal 2023-01-29 21:08:38 +01:00
parent 3cf58b2ea8
commit 94fcad4e70

View file

@ -29,4 +29,4 @@ log('test') // create a file at the first log, add the string to the log
import { getTime } from '@thundernetworkrad/std'; import { getTime } from '@thundernetworkrad/std';
let time = getTime() // return { year, month, day, hours, minutes, seconds } let time = getTime() // return { year, month, day, hours, minutes, seconds }
``` ```