Converts Perforce date (integer value as a string) to .Net DateTime.
Missing <returns> documentation for M:P4API.P4Connection.ConvertDate(System.String)
The Perforce API returns most dates as an integer representing the number of seconds since 1/1/1970. It is in UTC. The command line client generally returns dates as strings in the Perforce server's time zone. The ConvertDate methods use the server's time zone for the offset, not necessarily the local time zone.
P4Connection Class | P4API Namespace | P4Connection.ConvertDate Overload List