Return the current UTC date and time.
function now_utc() result(dt) !! version: experimental !! !! Return the current UTC date and time. type(datetime_type) :: dt dt = to_utc(now()) end function now_utc