Calculates a UTC value from YMDHMS. Interpretes the parameters in UTC, not in the local time zone. @param year a year after 1900 @param month a month between 0-11 @param date day of the month between 1-31 @param hrs hours between 0-23 @param min minutes between 0-59 @param sec seconds between
(int year, int month, int date, int hrs, int min, int sec)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected