Index: nselib/rpc.lua =================================================================== --- nselib/rpc.lua (revision 30896) +++ nselib/rpc.lua (working copy) @@ -3209,7 +3209,7 @@ -- (the "epoch") -- @return string that represents time. TimeToString = function(time) - return os.date("!%F %H:%M", time) + return os.date("!%Y-%m-%d %H:%M", time) end, --- Converts the size in bytes to a human readable format