World Clock Deluxe Icon

I want to remove the comma between city and time in clocks

Using the Terminal application you can remove the comma between city, time zone, or alternate text and time.

To remove the comma between city, time zone, or alternate text and time:

  1. Quit World Clock Deluxe if it is running.

  2. Open the Terminal application. It is located in the Utilities folder in your Applications folder.

  3. Type (or copy and paste) this command:

    defaults write com.mabasoft.WorldClockDeluxe4 ClockSeparator -string " "

  4. Press Return.

You can also replace the comma with any other custom separator string.

To revert the comma between city, time zone, or alternate text and time:

  1. Quit World Clock Deluxe if it is running.

  2. Open the Terminal application.

  3. Type (or copy and paste) this command:

    defaults write com.mabasoft.WorldClockDeluxe4 ClockSeparator -string ", "

  4. Press Return.