Date.UTC(year, month, day [, hours, minutes, seconds, ms])
This method returns the number of milliseconds from the date in a Date
object since January 1, 1970 00:00:00 according to universal time. This
is a static method of Date so the format is always Date.UTC()
as opposed to objectName.UTC().