Re: [PATCH] date,touch: allow timezone offsets in dates

2021-09-16 Thread Denys Vlasenko
Applied, thank you. On Thu, Sep 16, 2021 at 11:26 AM Ron Yorston wrote: > > Allow ISO 8601 style dates to include a timezone offset. Like > the '@' format these dates aren't relative to the user's current > timezone and shouldn't be subject to DST adjustment. > > - The implementation uses the

[PATCH] date,touch: allow timezone offsets in dates

2021-09-16 Thread Ron Yorston
Allow ISO 8601 style dates to include a timezone offset. Like the '@' format these dates aren't relative to the user's current timezone and shouldn't be subject to DST adjustment. - The implementation uses the strptime() '%z' format specifier. This an extension which may not be available so