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

[$500] [Awaiting payment]The formatting of the time is zero-prefixed #25650

Closed
2 of 6 tasks
mvtglobally opened this issue Aug 22, 2023 · 30 comments
Closed
2 of 6 tasks

[$500] [Awaiting payment]The formatting of the time is zero-prefixed #25650

mvtglobally opened this issue Aug 22, 2023 · 30 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors

Comments

@mvtglobally
Copy link

mvtglobally commented Aug 22, 2023

If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!


Action Performed:

  1. Open app
  2. Navigate to any chat
  3. Check timezone display

Expected Result:

The formatting of the time should not be zero-prefixed

Actual Result:

The formatting of the time is zero-prefixed

Workaround:

unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android / native
  • Android / Chrome
  • iOS / native
  • iOS / Safari
  • MacOS / Chrome / Safari
  • MacOS / Desktop

Version Number: 1.3.56-2
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation

image - 2023-08-21T233446 040
Screen Shot 2023-08-21 at 11 39 48 PM

Expensify/Expensify Issue URL:
Issue reported by: @quinthar
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1692671896444999

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01b09a40192967b0dd
  • Upwork Job ID: 1699744670108016640
  • Last Price Increase: 2023-09-07
@mvtglobally mvtglobally added DeployBlockerCash This issue or pull request should block deployment Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Aug 22, 2023
@melvin-bot
Copy link

melvin-bot bot commented Aug 22, 2023

Triggered auto assignment to @laurenreidexpensify (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

@melvin-bot
Copy link

melvin-bot bot commented Aug 22, 2023

Bug0 Triage Checklist (Main S/O)

  • This "bug" occurs on a supported platform (ensure Platforms in OP are ✅)
  • This bug is not a duplicate report (check E/App issues and #expensify-bugs)
    • If it is, comment with a link to the original report, close the issue and add any novel details to the original issue instead
  • This bug is reproducible using the reproduction steps in the OP. S/O
    • If the reproduction steps are clear and you're unable to reproduce the bug, check with the reporter and QA first, then close the issue.
    • If the reproduction steps aren't clear and you determine the correct steps, please update the OP.
  • This issue is filled out as thoroughly and clearly as possible
    • Pay special attention to the title, results, platforms where the bug occurs, and if the bug happens on staging/production.
  • I have reviewed and subscribed to the linked Slack conversation to ensure Slack/Github stay in sync

@github-actions github-actions bot added Engineering Hourly KSv2 and removed Daily KSv2 labels Aug 22, 2023
@OSBotify
Copy link
Contributor

👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open StagingDeployCash deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

@melvin-bot
Copy link

melvin-bot bot commented Aug 22, 2023

Triggered auto assignment to @MonilBhavsar (Engineering), see https://stackoverflow.com/c/expensify/questions/4319 for more details.

@hungvu193
Copy link
Contributor

Proposal

Please re-state the problem that we are trying to solve in this issue.

The formatting of the time is zero-prefixed

What is the root cause of that problem?

We updated the format for local time here which caused this issue:

LOCAL_TIME_FORMAT: 'hh:mm a',

What changes do you think we should make in order to solve the problem?

We should update this:

LOCAL_TIME_FORMAT: 'hh:mm a',

to:

LOCAL_TIME_FORMAT: 'h:mm a',

What alternative solutions did you explore? (Optional)

N/A

@melvin-bot melvin-bot bot added Daily KSv2 and removed Hourly KSv2 labels Aug 22, 2023
@himanshuragi456
Copy link
Contributor

looks like expected behavior.

@situchan
Copy link
Contributor

As #24446 is within regression period, they will be handling this

@MonilBhavsar
Copy link
Contributor

@waterim since this was a regression, do you mind if I assign you to this issue and you can make a quick fix?

@MonilBhavsar MonilBhavsar added Hourly KSv2 and removed Daily KSv2 labels Aug 22, 2023
@waterim
Copy link
Contributor

waterim commented Aug 22, 2023

@MonilBhavsar yes, sure, Im taking this one, thank you for the mention

@MonilBhavsar
Copy link
Contributor

Thank you! Happy to review the PR.

@waterim
Copy link
Contributor

waterim commented Aug 22, 2023

@MonilBhavsar do I need to write a proposal here? Because this change is just removing one char from the time CONST

@MonilBhavsar
Copy link
Contributor

MonilBhavsar commented Aug 22, 2023

That's fine 👍 No need of proposal

@mountiny
Copy link
Contributor

Thanks! happy to review as well since I have helped with the original PR

@MonilBhavsar MonilBhavsar added Awaiting Payment Auto-added when associated PR is deployed to production and removed Overdue labels Sep 1, 2023
@melvin-bot melvin-bot bot added the Overdue label Sep 1, 2023
@MonilBhavsar
Copy link
Contributor

The PR was deployed to production. We can issue the payment to C+ and close this issue

@melvin-bot melvin-bot bot removed the Overdue label Sep 1, 2023
@MonilBhavsar MonilBhavsar changed the title The formatting of the time is zero-prefixed [Awaiting payment]The formatting of the time is zero-prefixed Sep 1, 2023
@melvin-bot
Copy link

melvin-bot bot commented Sep 5, 2023

@allroundexperts @MonilBhavsar @waterim @laurenreidexpensify this issue was created 2 weeks ago. Are we close to a solution? Let's make sure we're treating this as a top priority. Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks!

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels Sep 5, 2023
@laurenreidexpensify laurenreidexpensify added the External Added to denote the issue can be worked on by a contributor label Sep 7, 2023
@melvin-bot melvin-bot bot changed the title [Awaiting payment]The formatting of the time is zero-prefixed [$500] [Awaiting payment]The formatting of the time is zero-prefixed Sep 7, 2023
@melvin-bot
Copy link

melvin-bot bot commented Sep 7, 2023

Job added to Upwork: https://www.upwork.com/jobs/~01b09a40192967b0dd

@melvin-bot melvin-bot bot added Overdue Help Wanted Apply this label when an issue is open to proposals by contributors labels Sep 7, 2023
@melvin-bot
Copy link

melvin-bot bot commented Sep 7, 2023

Current assignee @laurenreidexpensify is eligible for the External assigner, not assigning anyone new.

@melvin-bot
Copy link

melvin-bot bot commented Sep 7, 2023

Current assignee @allroundexperts is eligible for the External assigner, not assigning anyone new.

@laurenreidexpensify
Copy link
Contributor

Woops forgot @allroundexperts was on the C+ payment pilot

@melvin-bot melvin-bot bot removed the Overdue label Sep 7, 2023
@laurenreidexpensify
Copy link
Contributor

@MonilBhavsar just to be clear - is there no C payment here, it's only $1000 for @allroundexperts is that corretc?

@MonilBhavsar
Copy link
Contributor

Correct, contributor - @waterim are from expert agency. Also just to note, this was a regression from #24446

@melvin-bot
Copy link

melvin-bot bot commented Sep 11, 2023

@allroundexperts, @MonilBhavsar, @waterim, @laurenreidexpensify Uh oh! This issue is overdue by 2 days. Don't forget to update your issues!

@melvin-bot melvin-bot bot added the Overdue label Sep 11, 2023
@melvin-bot
Copy link

melvin-bot bot commented Sep 11, 2023

@allroundexperts, @MonilBhavsar, @waterim, @laurenreidexpensify Uh oh! This issue is overdue by 2 days. Don't forget to update your issues!

@MonilBhavsar
Copy link
Contributor

@laurenreidexpensify is partially ooo today

@melvin-bot melvin-bot bot removed the Overdue label Sep 11, 2023
@melvin-bot
Copy link

melvin-bot bot commented Sep 12, 2023

@allroundexperts @MonilBhavsar @waterim @laurenreidexpensify this issue is now 3 weeks old. There is one more week left before this issue breaks WAQ and will need to go internal. What needs to happen to get a PR in review this week? Please create a thread in #expensify-open-source to discuss. Thanks!

@laurenreidexpensify
Copy link
Contributor

Payment summary:

  • bug report internal $0
  • C fix - expert contributor $0
  • C+ review - @allroundexperts pls request $1000 in newdot

When @allroundexperts confirms payment has been requested we can close

@allroundexperts
Copy link
Contributor

Hi @laurenreidexpensify!
This was a regression. As such, there isn't any payment due here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors
Projects
None yet
Development

No branches or pull requests

10 participants