GEOS-DEV / GEOS

GEOS Simulation Framework
GNU Lesser General Public License v2.1
203 stars 80 forks source link

Enhance report of negative time in simulation log #3155

Closed dkachuma closed 2 weeks ago

dkachuma commented 1 month ago

What is the requested feature? In the log file we get a report of the current time in the form

- Time:       131d, 09h36m00s (11352960 s)

This is fine as long as the current time is positive. When the current time is negative, this looks like

- Time:       -569y, -227d, 00h-25m-12s (-17975520000 s)

I find this quite confusing.

Describe the solution you'd like Can we simplify this and have a single negative symbol such as:

- Time:       - (569y, 222d, 18h00m00s) (-17975520000 s)