Skip to content

Commit

Permalink
Merge pull request #38 from travelton/bug/tz-cleanup
Browse files Browse the repository at this point in the history
Addition of "replace" to os_timezone field to fix timezone bug.
  • Loading branch information
drewbanin authored Dec 3, 2018
2 parents c0a6f48 + 00d0934 commit 274c796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/adapters/default/page_views/snowplow_web_events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ prep as (
ev.os_name,
ev.os_family,
ev.os_manufacturer,
ev.os_timezone,
replace(ev.os_timezone, '%2F', '/') as os_timezone,

ev.name_tracker, -- included to filter on
ev.dvce_created_tstamp -- included to sort on
Expand Down

0 comments on commit 274c796

Please sign in to comment.