bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #62003] $TIME does not work as documented


From: Frans Houweling
Subject: PSPP-BUG: [bug #62003] $TIME does not work as documented
Date: Mon, 7 Feb 2022 11:14:10 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?62003>

                 Summary: $TIME does not work as documented
                 Project: PSPP
            Submitted by: fhouweling
            Submitted on: Mon 07 Feb 2022 04:14:08 PM UTC
                Category: Other
                Severity: 5 - Average
                  Status: None
             Assigned to: None
             Open/Closed: Open
                 Release: None
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

Docs: $TIME "Number of seconds between midnight 14 Oct 1582 and the time the
active dataset was read, in format F20."


DATA LIST LIST /thisSecond (F20).
BEGIN DATA
0
END DATA.
COMPUTE thisSecond = $TIME.
FORMATS thisSecond (DATETIME17).
LIST.

output:
     Data List
+-----------------+
|    thisSecond   |
+-----------------+
|16-OCT-1582 13:38|
+-----------------+

pspp version: 1.5.3-g797d4c on Linux x86_64 Intel






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62003>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]