On Thu, Jul 11, 2019 at 3:12 PM Joel Mitchell <[email protected]>
wrote:

> I am having the same issue with my guacamole, and while I am trying to
> follow the steps laid out by notspeedy, when I do:
>
> SET GLOBAL time_zone = America/Edmonton;
>

Did you try putting the timezone in single quotes:

SET GLOBAL time_zone = 'America/Edmonton';

?

-Nick

Reply via email to