Skip to content

Releases: mdowst/PSDates

v1.0.5

02 Sep 16:24
Compare
Choose a tag to compare

New Functionality

  • Group-TimeSpan - Groups objects by a specified time span.
  • Measure-TimeSpan - Measures statistical properties (such as sum, average, and maximum) of a specified property within grouped time spans.
  • Convert-ToDateTime - Converts various input objects to a DateTime object.

v1.0.4

10 Jul 13:25
f822808
Compare
Choose a tag to compare
  • Fix timezone parameter on Get-SunTime
  • Update test and publishing scripts

v1.0.2

09 Jul 22:13
Compare
Choose a tag to compare
  • Added Get-SunTime function to calculate sunrise and sunsets.
  • Added -Format parameter to Get-DateFormat function
  • Added argument completers to timezone parameters on Convert-TimeZone
  • Fixed misspelling of Quarter in DateTimeExtended class
  • Migrated custom outputs to EzOut
  • Updated documentation

v1.0.1

27 Apr 14:35
f048388
Compare
Choose a tag to compare

Added Get-CronDescription to convert cron expressions into human readable descriptions.

Updated documentation with more details and additional examples

1.0.0

07 Feb 17:10
ea6c025
Compare
Choose a tag to compare

New commands

  • New-Duration – easily create ISO 8601 formatted durations
  • Get-Easter - find out when Easter will be for any year

Updates and Fixes

Removed dependencies on System.Management so all functions now work across Windows and Linux