view src/main/kotlin/name/blackcap/passman/Time.kt @ 0:a6cfdffcaa94
Initial commit, incomplete but it runs sorta.
author |
David Barts <n5jrn@me.com> |
date |
Sun, 11 Sep 2022 16:11:37 -0700 (2022-09-11) |
parents |
|
children |
711cc42e96d7 |
line source
package name.blackcap.passman
import java.text.SimpleDateFormat
val ISO8601 = SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ")