Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #368: Time Zones

Jean-Balteryx
16 - Nebula
16 - Nebula

Here is my solution !

danbostrom
8 - Asteroid

 

 

Bobbyt23
13 - Pulsar

Good fun working out the differences in timezones.

aatalai
15 - Aurora

C368

TobiasFitschen
8 - Asteroid
Spoiler
Challenge_368.png

josh_salto
5 - Atom

 i enjoyed this one. but it i can find ways to optimize this.

Supriya2203
8 - Asteroid
  • Use text to column tool to break the codes( to rows)
  • use formula to convert time to int before appending to reduce effort:
  • if left([UTC_offset_STD],1)="−" then -1*tonumber(Replace([UTC_offset_STD], "−", ""))
    else ToNumber([UTC_offset_STD])
    endif
lwolfie
11 - Bolide

REGEX was not my friend today so I went a different route.

cmoussa
8 - Asteroid

WF.png

 

JBevan89
8 - Asteroid

Solution Attached.  Love this challenge