We've recently made an accessibility improvement to the community and therefore posts without any content are no longer allowed. Please use the spoiler feature or add a short message in the message body in order to submit your weekly challenge.

Weekly Challenge

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

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

We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!

Submit Feedback

Challenge #10: Date Time Calculations

NathalieHP
8 - Asteroid

One tool ! 

DenisZ
11 - Bolide

Here is my solution

 

Spoiler
DenisZ_0-1667302845156.png

 

KorkuSep
6 - Meteoroid

This week's challenge was really an eye opener, as the task gets you thinking on why time now feature does not equal those on the input records. I learned a valuable lesson to pay attention to details when data is given, to peruse it and do some data cleaning or feature engineering.

Spoiler
2022-11-01_9-38-36.png
PeterHajnal
8 - Asteroid

My solution

Ross_Easton
8 - Asteroid

Solved!

First formula is just to add 41 seconds to Time_Now for checking purposes vs the output

Spoiler
10 solved.png

AaronSmatta
8 - Asteroid

Solution

There is a time difference between the "Time_Now" field in the input and the output, so the first tool must be an "Add 41 seconds" to that field in the input data.

After that, you can create the rest of the formulas to calculate the required fields.

Workflow.png

TimN
11 - Bolide

Hi,

Here is my solution.

alexhenson
8 - Asteroid
Spoiler
alexhenson_0-1667859164747.png

 

The timestamps were different between the input and output boxes; I copied and pasted the formula tool to the output data to confirm my formula

trevor_harvey
8 - Asteroid
Spoiler
trevor_harvey_0-1667861199297.png