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
11 - Bolide

Good fun working out the differences in timezones.

aatalai
14 - Magnetar

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