Lil microcontroller with seven-segment displays that show Unix timestamp instead of human-readable time. 10 digits, for the foreseeable future. Digits come in blocks of 4, so 12 digits. 12 digits is plenty.
GPS module gets time from satellites, battery backup keeps time when you can't get a fix.
Push a button to display human-readable time+date. e.g., hh:mm.ss.MM.DD.YY -- if it only has 12 digits, there's no room for a 4-digit year. But you should know what century it is.
Push another button to display current lat/long from GPS. e.g., 40.7429,-74.009 -- if it only has 12 digits, it's not going to be very precise, but that's fine.
Lil microcontroller with seven-segment displays that show Unix timestamp instead of human-readable time. 10 digits, for the foreseeable future. Digits come in blocks of 4, so 12 digits. 12 digits is plenty.
GPS module gets time from satellites, battery backup keeps time when you can't get a fix.
Push a button to display human-readable time+date. e.g., hh:mm.ss.MM.DD.YY -- if it only has 12 digits, there's no room for a 4-digit year. But you should know what century it is.
Push another button to display current lat/long from GPS. e.g., 40.7429,-74.009 -- if it only has 12 digits, it's not going to be very precise, but that's fine.
Powered by AA batteries? USB? Unclear.
3D printed case.