function dayOfYearUtcView codedayOfYearUtc(date: Date): numberReturns the number of the day in the year in UTC time. ExamplesExample 1 import { dayOfYearUtc } from "@std/datetime"; dayOfYearUtc(new Date("2019-03-11T03:24:00.000Z")) // output 70 Parametersdate: DateView codeReturn TypenumberView codeNumber of the day in the year in UTC time