.. title: milliseconds epoch
.. slug: milliseconds-epoch
.. date: 2025-12-18 20:00:17 UTC-06:00
.. tags: computing,math,microsoft,powershell-5.1,programming,rounding,time,utc,windows
.. category: microcode
.. link: 
.. description: 
.. type: text

Why, MS? WHY?

.. code-block::

   > [Int64]([Math]::Round(([Double](Get-Date -Date ((Get-Date).ToUniversalTime()) -UFormat "%s")*1000), 0, 1))
   1766109927817
