Skip to content

Instantly share code, notes, and snippets.

@rcdilorenzo
Created November 13, 2017 16:54
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcdilorenzo/ddee4da296e157e48b1efd0d1a193c3d to your computer and use it in GitHub Desktop.
Save rcdilorenzo/ddee4da296e157e48b1efd0d1a193c3d to your computer and use it in GitHub Desktop.
Change format for newer (2017) Harvest installs from the App Store

To read your settings, run:

defaults read ~/Library/Containers/com.getharvest.harvestxapp/Data/Library/Preferences/group.com.getharvest.Harvest.Documents.plist

To change the time format to HH:MM, run

defaults write ~/Library/Containers/com.getharvest.harvestxapp/Data/Library/Preferences/group.com.getharvest.Harvest.Documents.plist TimeFormat hours_minutes

Restart the Harvest App, and it should now display HH:MM (I tested this)

To change back to decimal, run:

defaults write ~/Library/Containers/com.getharvest.harvestxapp/Data/Library/Preferences/group.com.getharvest.Harvest.Documents.plist TimeFormat decimal

Thanks to Ben for this tip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment