Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: c92487b5e253d64ac352545b720b9c84b51996301b36f18630dfaf08dea035fc
Ticket: a1bd37b7198f7bf51e8f1f554435045bf6cc8b68
clock (free)scan of ISO 8601 timestamp with literal T behaves strange
User & Date: chw 2020-05-21 11:18:14
Changes

  1. icomment:
    Citing the "FREE FORM SCAN" section in clock(n) from core-8-6-branch
    
       ISO 8601 point-in-time
          An  ISO  8601 point-in-time specification, such as “CCyymmddThh‐
          mmss,” where T is the literal “T”, “CCyymmdd hhmmss”, or “CCyym‐
          mddThh:mm:ss”.  Note that only these three formats are accepted.
          The command does not accept  the  full  range  of  point-in-time
          specifications  specified in ISO8601.  Other formats can be rec‐
          ognized by giving an explicit -format option to the  clock  scan
          command.
    
    it seems to be some undefined behavior you're observing here regarding
    the presence of the -gmt option.
    
  2. login: "chw"
  3. mimetype: "text/plain"