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

Output date in user's locale #240

Closed

Conversation

YodaDaCoda
Copy link

@YodaDaCoda YodaDaCoda commented Aug 31, 2021

Changes the timezone output when calling force:apex:log:list to the user's locale instead of UTC.

Fixes #235

e.g.
from:
2021-08-30T04:27:08+0000
to:
2021-08-30T14:27:08+1000

@YodaDaCoda YodaDaCoda requested a review from a team as a code owner August 31, 2021 00:45
@YodaDaCoda YodaDaCoda requested a review from AnanyaJha August 31, 2021 00:45
@AnanyaJha
Copy link
Contributor

Hi @YodaDaCoda thanks for the contribution! It looks like this change will only affect the format of the date in the sfdx force:apex:log:list command, were you seeing issues with the date formatting in that command specifically? These changes shouldn't impact the linked issue #230 since that is related to querying the NPM registry.

@YodaDaCoda
Copy link
Author

@AnanyaJha Apologies, issue #235. That issue has the details to clarify the purpose of this PR.

@AnanyaJha
Copy link
Contributor

Hi @YodaDaCoda, is this an enhancement to the existing date format? or has the behavior changed and this is reverting to the original behavior?

@jag-j
Copy link
Contributor

jag-j commented Dec 6, 2021

I'm closing this PR since we are deleting 'develop' branch and simplifying our branch strategy.

@jag-j jag-j closed this Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

force:apex:logs:get doesn't respect user locale when printing log START TIME
3 participants