Hello
I've been playing for a while with zoo package.
I can read files using the format="%Y-%m-%d %H:%M"
option
But how can I use this option when writing the results back to the disk?
I mean, the default format seems to be
"%m/%d/%Y %H:%M"
and I need to be "%Y-%m-%d %H:%M"
Where can I change it?
cheers