Types/neocities.file/get_UpdatedAt.ps1

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

$this.updated_at -as [DateTime]