# Section 7: Dates and Times

In this section we'll expand our Poll app so that every vote row also has the date and time in which the vote happened.

You may think this is super easy, but remember that people from all over the world might be voting.

Some people might vote from the US and others might vote from Europe. Even if their local times are different, they might be voting at the same time.

For example, someone voting at 08:00AM in New York and someone voting at 13:00 in Edinburgh are actually voting simultaneously.

Our code has to be able to take that into account, and in doing so things get quite tricky!