Documentation ¶ Overview ¶ Package dbquery_test contains tests that run against the dbquery package. Index ¶ func UTCify(t *testing.T, dateYYYYMMDD uint, timezone string, seconds uint) int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func UTCify ¶ func UTCify(t *testing.T, dateYYYYMMDD uint, timezone string, seconds uint) int UTCify converts the given number of seconds for input day into its equivilant normalized from the provided timezone. For example NYC UTC delta is -5hr so if the input seconds were 44, would return (-5 * 60) + 44 Types ¶ This section is empty. Source Files ¶ View all Source files helper.go package.go Click to show internal directories. Click to hide internal directories.