fortran-datetime icon indicating copy to clipboard operation
fortran-datetime copied to clipboard

Another Fortran datetime library

Results 2 fortran-datetime issues
Sort by recently updated
recently updated
newest added

Thanks for the nice work with this library. I'm currently trying to bridge a library of mine with date time serialization / deserialization support to other date time libraries (see...

Pls look at the code below dt is always positive regardless of the sign. Is there a way to allow negative values? Thanks TYPE(timedelta_type) :: dt PRINT *,fcstdate%isoformat() PRINT *,aod_nnr_record(1)%obsdate%isoformat()...