Cómo convertir una hora de fecha preexistente a hora UTC sin cambiar la hora real.C# DateTime to UTC Hora sin cambiar el tiempo
Ejemplo:
DateTime dateTime = GetSomeDateTime(); // dateTime here is 3pm
dateTime.ToUtcDateTime() // datetime should still be 3pm
Usted está en *** *** PST? ¿Cómo se obtiene el valor 'PST'? – Kiquenet