From 03b57e515386039b3231c9a12f5674232c8ab972 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Fri, 1 Jun 2018 17:44:09 +0800 Subject: [PATCH] [hello-world] amend comment from timepair to time64 --- gnucash/report/utility-reports/hello-world.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnucash/report/utility-reports/hello-world.scm b/gnucash/report/utility-reports/hello-world.scm index 8cc6b1d876..d149888797 100644 --- a/gnucash/report/utility-reports/hello-world.scm +++ b/gnucash/report/utility-reports/hello-world.scm @@ -93,8 +93,8 @@ "c" (N_ "This is a string option.") (N_ "Hello, World"))) ;; This is a date/time option. The user can pick a date and, - ;; possibly, a time. Times are stored as a pair - ;; (seconds . nanoseconds) measured from Jan 1, 1970, i.e., + ;; possibly, a time. Times are stored as an integer specifying + ;; number of seconds measured from Jan 1, 1970, i.e., ;; Unix time. The last option is false, so the user can only ;; select a date, not a time. The default value is the current ;; time.