When I am trying to set timezone in ubuntu server by the command:
set time zone 'asia/kolkata';
I am getting pq: cannot find time zone "asia/kolkata": timezone data cannot be found
where as this command run without issue in Mac.
I tried to execute this command on cockroach 2.0.5 and 2.0.6
Server version: CockroachDB CCL v2.0.6 (x86_64-unknown-linux-gnu, built 2018/10/01 13:59:40, go1.10) (same version as client)
oot@:26257/> set time zone 'asia/kolkata';
pq: cannot find time zone "asia/kolkata": timezone data cannot be found
root@:26257/>
When I am trying to set timezone in ubuntu server by the command:
set time zone 'asia/kolkata';
I am getting pq: cannot find time zone "asia/kolkata": timezone data cannot be found
where as this command run without issue in Mac.
I tried to execute this command on cockroach 2.0.5 and 2.0.6
Server version: CockroachDB CCL v2.0.6 (x86_64-unknown-linux-gnu, built 2018/10/01 13:59:40, go1.10) (same version as client)
oot@:26257/> set time zone 'asia/kolkata';
pq: cannot find time zone "asia/kolkata": timezone data cannot be found
root@:26257/>