using Dates function timestamp( ) #*****************************************************************************80 # ## timestamp() prints the current time and date. # # Discussion: # # The default format is something like: # 2017-02-06T20:39:37 # # Licensing: # # This code is distributed under the MIT license. # # Modified: # # 10 March 2024 # # Author: # # John Burkardt # println( now( ) ) return end