TimerLog Sourceindex.jsexport function getUniversalTime() { return +new Date();}export default { getUniversalTime,};