https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243502

            Bug ID: 243502
           Summary: date '+%s' shows wrong value
           Product: Base System
           Version: 12.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: [email protected]
          Reporter: [email protected]

date '+%s' shows wrong value.

Linux: 1579684042
FreeBSD: 135

According to 'man strftime', %s should be 'number of seconds since the Epoch,
UTC'

# date '+%s'
513

# date -r 513
Thu Jan  1 01:08:33 CET 1970

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to