rasbt/watermark

Error in the date with the options -u -n -t -z

TaurusOlson opened this issue · 1 comments

Hello Sebastian,

I noticed that with %watermark -u -n -t -z the date is incorrect, the day takes the same value as the minute. Here is, for comparison, the outputs I have with different options:


  • Output of %watermark

01/10/2014 14:17:34

CPython 2.7.3
IPython 2.2.0

compiler : GCC 4.2.1 (Apple Inc. build 5666) (dot 3)
system : Darwin
release : 12.5.0
machine : x86_64
processor : i386
CPU cores : 2
interpreter: 64bit


  • Output of %watermark -d -t

01/10/2014 14:17:34


  • Output of %watermark -u -n -t -z

Last updated: Wed Oct 17 2014 14:17:34 CEST

Thanks a lot Taurus,
that was definitely a bug, but it should be all fixed now (in v. 1.2).