Skip to content
  • Home
  • About Me
  • Contact
Dowst.Dev
Dowst.Dev
PowerShell Weekly
Dowst.Dev
Dowst.Dev
PowerShell Weekly
  • Home
  • About Me
  • Contact
DateTimeGeneral

DateTime to RFC1123UTC

Get-Date ($date.ToUniversalTime()) -Format r
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

Convert From UTC to Local

$date.ToLocalTime()
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

Convert to UTC

$date.ToUniversalTime()
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

Convert From Unix Time

[timezone]::CurrentTimeZone.ToLocalTime(([datetime]'1/1/1970').AddSeconds($UnixTime))
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

Convert To Unix Time

[int][double]::Parse((Get-Date ($date).touniversaltime() -UFormat %s))
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

Current Time Zone

[System.TimeZoneInfo]::Local
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

Week Number Of Year

(Get-Date $date -uformat %V)
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

End of Month

(Get-Date $date.Date -day 1).AddMonths(1).AddMilliseconds(-1)
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

Last Day of Month

(Get-Date $date.Date -day 1).AddMonths(1).AddDays(-1)
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

First Day Of Month

Get-Date $date.Date -day 1
Matthew DowstMar 27, 2019
Read More
1516171819


My name is Matthew Dowst and I am a father, author, blogger, Microsoft MVP in PowerShell and Azure Hybrid & Migration. And I am an enthusiast of all things PowerShell and DevOps.


Practical Automation with PowerShell
Now available on Amazon and all major book retailers

Categories

  • Active Directory
    • Groups
    • User
  • Automation
  • Azure
    • Intune
  • Collaboration
  • General
    • Array
    • Conditional Statements
    • DateTime
    • Forms/Prompts
    • Fun
    • Math
    • Tools
  • Platforms
    • SharePoint
  • PoshBytes
  • Security
    • Credentials
    • Remoting
  • Storage
    • Files
    • Folders
    • Shares
  • Strings
    • Combine Strings
    • Convert to String
    • Create String
    • Numbers
    • Regex
    • Replace String
    • Search String
    • Split String
    • String Casing
  • Systems
    • Networking
    • Performance
    • Registry
  • Uncategorized

Tags

array azure AzureAutomation conditions credential Credentials date-formats datetime dns else epoch Files Folders form friday-fun guid hardware if int ip-address join logic logs math password performance Permissions port prompt regex registry remote replace rounding search security Shares split string substring time-zones unix User webrequest wmi

Follow Me

  • About Me
  • Contact Me
  • PowerShell Weekly Archive
Copyright © 2026 - Yuki Westa Blog Theme By WP Moose