Converts Perforce date (integer) to .Net DateTime.
DateTime in .Net format.
The Perforce API returns most dates as an integer representing the number of seconds since 1/1/1970 in UTC. The command line client generally returns dates as strings in the Perforce server's time zone. The ConvertDate methods use the client's time zone for the offset.
P4Connection Class | P4API Namespace | P4Connection.ConvertDate Overload List