Skip to content

Commit

Permalink
Tweak ZTimestampFormat>>#gtViewDetailsIn:
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvc committed Sep 22, 2023
1 parent 54818da commit 97a0852
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions repository/ZTimestamp-GT/ZTimestampFormat.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ ZTimestampFormat >> gtViewDetailsIn: composite [
^ composite columnedList
title: 'Details';
items: [ {('specification by example' -> self specification).
('now' -> (self format: ZTimestamp now)).
('now utc' -> (self format: ZTimestamp now)).
('now local' -> (self format: DateAndTime now)).
('elements' -> (self specificationElements)).
('timezone' -> (self timezone ifNil: [ #UTC ])) } ];
('timezone' -> (self timezone ifNil: [ #'N/A' ])) } ];
column: 'Key' text: #key;
column: 'Value' text: #value;
send: #value
Expand Down

0 comments on commit 97a0852

Please sign in to comment.