On Fri, 15 Mar 2019, Sven Schreiber wrote:
Am 14.03.2019 um 21:00 schrieb Artur Tarassow:
> Dear all,
>
> for a weekly data set, the accessor $obsmicro returns the day instead of
> the week.
Yes, that is according to the spec (=expected).
> I would have expected that for this frequency the "micro"-frequency should
> refer to the calendar week.
Well, apart from the fact that it is documented (see above), the ISO date
format and general usage has year/month/day. So week would be another animal.
I know in Germany we have these "KW" (calendar week) numbers, but I'm not
sure if something like this is usual internationally.
See
https://en.wikipedia.org/wiki/ISO_week_date
It's not trivial to come up with a coherent week numbering system but
I guess we could implement ISO 8601 week numbers (in some form) if
there's a real use case for them.
Allin