This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Releases: TechNobre/PowerUtils.Globalization
Releases · TechNobre/PowerUtils.Globalization
Release list
v2.0.0
v1.4.0
v1.3.0
v1.2.1
v1.2.0
1.1.0
[1.1.0] - 2022-05-15
New Features
- Added extension
timestamp.FromTimestampToDateTime(). Convert timestamp (Unix timestamp is seconds past epoch) to datetime; - Added extension
DateTime.ToTimestampMS(). Convert datetime to timestamp in milliseconds (Unix timestamp is seconds past epoch);
Enhancements
- Added validations in
UtilsGlobalization.Get*();
Fixed
- Changed the return of the extension
DateTime.Timestamp();from milliseconds to seconds;