Replicates golangs time.Date(...) function for creating Time objects. note that nanoseconds is replaced with milliseconds for javascript and the name is DateAt (to avoid conflict with JS built-in Date).
Replicates golangs time.Date(...) function for creating Time objects. note that nanoseconds is replaced with milliseconds for javascript and the name is DateAt (to avoid conflict with JS built-in Date).