powellb / seapy

State Estimation and Analysis in Python
MIT License
28 stars 21 forks source link

seapy/lib.py #56

Closed ivicajan closed 6 years ago

ivicajan commented 6 years ago

should have in line 25 _default_timeref = "days since " + default_epoch.strftime("%Y-%m-%d %H:%M:%S") instead _default_timeref = "days since " + default_epoch.strftime("%Y-%m-%m %H:%M:%S")

You have %m and should be %d for day ... Ivica

P.S. Not sure if you have it on other places as well

powellb commented 6 years ago

Thank you for the comment. Corrected in tag 0.3.1