chilcote / outset

Automatically process packages, profiles, and scripts during boot, login, or on demand.
572 stars 58 forks source link

Change logging date format #39

Closed ScarabMonkey closed 8 years ago

ScarabMonkey commented 8 years ago

This format is much easier to parse and sort and is less ambiguous.

clburlison commented 8 years ago

Might be easier to parse but not backwards compatible. So now if you have custom scripts that looks for this date and makes changes you need to handle both cases.

clburlison commented 8 years ago

Never-mind, this change is just for the logging of events. I read it initially as changing /Library/Preferences/com.github.outset.once I revoke my earlier comment.