Types/neocities.info/get_UpdatedAt.ps1

<#
.SYNOPSIS
    Gets the last update time
.DESCRIPTION
    Gets the last update time, as a `[DateTime]` object.
#>

$this.last_updated -as [DateTime]