summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index d440abd..2525f18 100644
--- a/main.go
+++ b/main.go
@@ -60,7 +60,7 @@ func fmtDate(d string) string {
if err != nil {
return d
}
- return t.Format(time.Kitchen)
+ return t.Local().Format(time.Kitchen)
}
// idFromUrn gets the ID from an iPlayer URN. This is the appropriate