On 1/21/19 1:42 AM, Jorge Gonçalves wrote:
I'm using Firebird-4.0.0.1378-0_x64 and it seems that the timezone database is missing

for example the statement
"select rdb$time_zone_util.database_version()   from rdb$database;"

returns
DATABASE_VERSION
================
Statement failed, SQLSTATE = HY000
Error calling ICU's ucal_getTZDataVersion.
-At function 'RDB$TIME_ZONE_UTIL.DATABASE_VERSION'


That means you have old ICU. Should be something like:

SQL> select rdb$time_zone_util.database_version()   from rdb$database;

DATABASE_VERSION
================
2012j





Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to