The GetUser query did not select the timezone column, so the router helper could not access userDB.Timezone. Added u.timezone to the SELECT list so the per-user timezone is available in the template user context.
The GetUser query did not select the timezone column, so the router helper could not access userDB.Timezone. Added u.timezone to the SELECT list so the per-user timezone is available in the template user context.