Thread: Universal time
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joseph Felcon Joseph Felcon is offline
external usenet poster
 
Posts: 6
Default Universal time

Using VBA under Excel, I need to get time (e.g.: Now function) expressed as
UTC rather than in PC local time. Does anyone know how to acquire UTC time
directly (as with .NET DateTime.UtcNow)? Failing that, does anyone know how
to acquire the System clock parameter to convert PC local time to UTC time
(using DateAdd)?