Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created method for returning raw system time. (dmroeder#57)
* Created method for returning raw system time. Human-readable time is now a separate method (but still the default for GetPLCTime()) and uses this new method. * Added missing "self" * Added back lines accidentally deleted. Refactored to remove separate GetRawPLCTime() routine - now GetPLCTime() is still a single method but with keyword raw=False (default).
- Loading branch information