package cmd
// RunTime handles the "time" subcommand
//
// JSON output schema:
//
// {
// "time": string, // Current system time in RFC3339 format
// "timezone": string, // System timezone
// "unix": int // Unix timestamp in seconds
// }