Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib64/libsvn_ra_neon-1.so.0: undefined symbol: svn_compat_wrap_file_rev_handler" ). Look in the Trac log for more information.

Ticket #136 (closed enhancement: invalid)

Opened 2 years ago

Last modified 2 years ago

Make last transmit timestamp use local computer time

Reported by: Bruners Owned by: ekilfoil
Priority: trivial Milestone: Mangler 1.2
Component: gui Version: 1.0.0
Keywords: timestamp, last transmit Cc:

Description

As it is now the last transmit time is in the 12 Hour clock format, it should however use the same time format that is used on the local computer

Change History

Changed 2 years ago by ekilfoil

  • status changed from new to closed
  • resolution set to invalid

the last transmit timestamp format is based on the locale via strftime()'s %X locale setting.

Setting the locale properly will adjust the format.

Note: See TracTickets for help on using tickets.