Re: [pve-devel] [PATCH v2 0/5] timezones for containers

2020-06-30 Thread Oguz Bektas
hi, is anyone reviewing this patch? On Wed, Jun 17, 2020 at 03:32:28PM +0200, Oguz Bektas wrote: > this patch series implements the 'timezone' option for containers. > > more detailed info is in the commit messages. > > v1->v2: > > * don't use an array of valid timezones in format verification

[pve-devel] [PATCH v2 0/5] timezones for containers

2020-06-17 Thread Oguz Bektas
this patch series implements the 'timezone' option for containers. more detailed info is in the commit messages. v1->v2: * don't use an array of valid timezones in format verification, instead just loop through the zonetab file and compare line by line (still has to be split according to \t whil