Day 3 - Norris Geyser Basin

You want to catch an eruption of Steamboat Geyser. You have a list of eruption times for Steamboat. You can calculate the following statistics about eruption times:

Round down all averages to an integer.

The most recent eruption is the last eruption in the intput file. To create your prediction from the most recent eruption:

Using the test input, the statistics are:

Statistic Value
Average days 3
Average hour 9
Median minutes 31

The last eruption in the test file is 2019-09-03 07:25:00. The solution, in the form mm:dd:yyyy:hh:mm, is 09:06:2019:09:31.

What is your prediction for the next eruption? Give your answer in the form mm:dd:yyyy:hh:mm, using a 24-hour clock.

Input

Test input

Hints

Copyright 2022 Robin A. Reynolds-Haertle