Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: be85222e0393ba7959c26b8263e660bb709488a1
Ticket: 8587cb648c445f7c562c41f7a0db9f7b14658dde
clock default format incorrect
User & Date: anonymous 2015-09-02 05:45:19
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    The clock documentation says the default format is {%a %b %d %H:%M:%S %z %Y}.  But it looks like the default format uses %Z, not %z.
    
    % clock format [clock seconds]
    Tue Sep 01 22:29:30 PDT 2015
    % clock format [clock seconds] -format {%a %b %d %H:%M:%S %z %Y}
    Tue Sep 01 22:30:47 -0700 2015
    
  5. foundin changed to: "8.5.15"
  6. is_private changed to: "0"
  7. login: "anonymous"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "bd24e8f19d6884a980dbb98dbf01f84f44cbfe51"
  10. resolution changed to: "None"
  11. severity changed to: "Minor"
  12. status changed to: "Open"
  13. submitter changed to: "anonymous"
  14. subsystem changed to: "16. Commands A-H"
  15. title changed to: "clock default format incorrect"
  16. type changed to: "Bug"