Add utc for time -> UTC conversions.

This commit is contained in:
Kyle Isom
2016-06-14 14:55:04 -07:00
parent cd6c00a203
commit a0e48cd55b
3 changed files with 211 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ Contents:
stealchain/ Dump the verified chain from a TLS
connection.
tlskeypair/ Check whether a TLS certificate and key file match.
utc/ Convert times to UTC.
die/ Death of a program.
fileutil/ Common file functions.
lib/ Commonly-useful functions for writing Go programs.