serverTimezone configuration property problem

Hi Stephen and others,

Thanks for solving my previous "unknown database" problem. Now I got some "The server time zone value 'EDT' is unrecognized..." error message after I execute the following command,

stardog-admin virtual add music.properties music_mappings.ttl

I searched on internet and found some suggestion of specify the serverTimezone explicitly with the following,

jdbc:mysql://localhost/db?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC

But where should I add the above specification to? By the way, my ubuntu uses EDT timezone and my mysql uses system time, so the timezone shouldn't be a problem. Hope you can give me some suggestions.

Many thanks!

Problem solved by following a old post. Thanks!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.