Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use $EPOCHSECONDS. #65

Closed

Conversation

smblott-github
Copy link
Contributor

See #64.

Saves two processes every time you execute a command.

@sindresorhus
Copy link
Owner

Nice, thanks :)

Didn't know about that.

@Tarrasch
Copy link
Contributor

Nice patch @smblott-github , can you clarify the advantage here? What does it mean to "save a fair few processes"? Do you mean that you don't need to create a /bin/date process?

@sindresorhus
Copy link
Owner

It's reading a variable instead of having to start up the date process.

Tarrasch pushed a commit to Tarrasch/pure that referenced this pull request May 28, 2014
See associated discussion in sindresorhus#65

Signed-off-by: Arash Rouhani <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants