about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2013-05-21 17:42:57 +0100
committerPeter Stephenson <pws@zsh.org>2013-05-21 17:42:57 +0100
commita4d3b8f676c336e4504d5f400e98fb55aba78a37 (patch)
tree63d0f65204ea658ec0a1f233271904bada496ecf /ChangeLog
parent692a15363f1332ad62e3e915a7842fbc343d45b3 (diff)
downloadzsh-a4d3b8f676c336e4504d5f400e98fb55aba78a37.tar.gz
zsh-a4d3b8f676c336e4504d5f400e98fb55aba78a37.tar.xz
zsh-a4d3b8f676c336e4504d5f400e98fb55aba78a37.zip
31419: Add time zone and year to string formatted time output from zstat
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de7e70309..956b37dcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-05-21  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 31419: Src/Modules/stat.c: Add time zone and year to
+	default time format with -s option to zstat.
+
 	* 31418: Doc/Zsh/calsys.yo, Functions/Calendar/age:
 	in "age" docs correct typo and note the feature that
 	you can supply a file as a timestamp on the command line.