Time Card Calculator with Lunch

Fact Check: Time Card Calculator with Lunch

Verified
8
Partial
4
Issue
0
Outdated
0
Unverifiable
0
Partial May 23, 2026Methodology

Summary

13 of 17 verifiable claims ✓ Verified against Tier-1 (or Tier-1-proxy via Cornell LII / Justia / official court PDFs) sources; 4 marked ⚠ Partial; 0 ✗ Issues; 0 🕐 Outdated. The load-bearing modeled-data thresholds (FLSA weekly 40h, 1.5× multiplier, eCFR-named rounding intervals) all verify cleanly against the statute / regulation they claim to model. The four ⚠ findings are all in prose / FAQ surfaces, not in the tool's data layer: (1) Camp v. Home Depot is currently under California Supreme Court review (S277518), making its Court of Appeal opinion "persuasive value only" per CA Rule 8.1115(e)(1) — our methodology cites it as binding precedent; (2) Woodworth v. Loma Linda is cited as "2024" in the rounding callout but the actual decision is 2023 (93 Cal. App. 5th 1038); (3) the the tool's data layer doc-comment claims 29 CFR §785.48(b) names "5/10/15 minutes" rounding, but the regulation actually names "5 minutes, or to the nearest one-tenth or quarter of an hour" (= 5 / 6 / 15 min); 10-min rounding is common payroll practice but not regulation-named; (4) the methodology page treats Camp + Woodworth as a settled rule when both holdings remain in unsettled California-jurisdiction territory (the Supreme Court could overturn or modify either). No ✗ Issues block the tool from shipping — the math and modeled data are correct — but the four ⚠ items warrant revision in the next methodology pass.

Claims — Modeled-data thresholds

4 claims

DEFAULT_OT_MULTIPLIER = 1.5

Appears in

Tool's data layer line 142 — export const DEFAULT_OT_MULTIPLIER = 1.5

Source (primary)

https://www.law.cornell.edu/uscode/text/29/207 (Cornell LII proxy of US Code; same text as uscode.house.gov)

Verified
May 23, 2026

weekly40 threshold = 40 hours

Appears in

Tool's data layer lines 158-169 — splitOvertime for mode 'weekly40' uses Math.min(sum, 40) and sum - regular. The 40 is hard-coded in the function body.

Source (primary)
https://www.law.cornell.edu/uscode/text/29/207
Verified
May 23, 2026single source

daily-OT thresholds 8 / 10 / 12 are configurable user modes (not state-specific claims)

Appears in

Tool's data layer lines 167-179 — const dailyThreshold = mode === 'daily8' ? 8 : mode === 'daily10' ? 10 : 12

Source (primary)

n/a (the modes don't claim to model a specific statute)

Verified
May 23, 2026
Notes

The FAQ in the tool's FAQ notes that California, Alaska, Nevada, and Colorado have daily-OT statutes but explicitly defers stacked / state-specific rules to the State Overtime Calculator. A user picking Daily · over 12h in this tool gets a 1.5× multiplier, NOT California's 2× double-time rule — the methodology page is explicit about this. No claim is broken; the modes are presented as configurable, not as state-specific. Future quality-check round might consider whether the mode labels could mislead a California user (already flagged in quality-check.md § "Conversion path").

rounding intervals 5 | 10 | 15 | 30 minutes match 29 CFR §785.48(b)

Appears in

Tool's data layer lines 84-86 — export type RoundingMode = 'none' | '5' | '10' | '15' | '30'. Doc-comment claims: Matches the conventional payroll-rounding choices under 29 CFR §785.48(b): "nearest 5/10/15 minutes."

Source (primary)
https://www.law.cornell.edu/cfr/text/29/785.48
Verified
May 23, 2026
Notes

The regulation names "the nearest 5 minutes, or to the nearest one-tenth or quarter of an hour" — that's 5, 6, and 15 minutes, NOT 5/10/15. The 10-minute interval is common payroll practice but is not literally regulation-named. The 30-minute interval is uncommon AND not regulation-named. Suggested fix: update the doc-comment to read: Matches FLSA-acceptable rounding intervals: 5 and 15 are named in 29 CFR §785.48(b) ("nearest 5 minutes" / "nearest one-quarter of an hour"); 10 and 30 are common payroll convention beyond the regulation's literal text. The CALCULATION is correct (rounding to any interval is mathematically sound); the claim about which intervals are "named" by the regulation is paraphrased loosely.

Statutory / regulatory

2 claims

29 CFR §785.48(b) verbatim quote of the "rounding practices" text

Appears in

Tool registry entry FAQ entry "Is rounding allowed under federal law?" — quotes: 29 CFR §785.48(b) permits rounding to "the nearest 5 minutes, or to the nearest one-tenth or quarter of an hour" provided the rounding does not, over time, fail to compensate the employee for all the time actually worked.

Source (primary)
https://www.law.cornell.edu/cfr/text/29/785.48
Verified
May 23, 2026
Notes

The regulation's actual "provided" clause: "provided that it is used in such a manner that it will not result, over a period of time, in failure to compensate the employees properly for all the time they have actually worked." Our paraphrase compresses this without changing the meaning. ✓

Statutory / regulatory (citation)

2 claims

"29 CFR §785.48 — Use of time clocks" (source citation, not quote)

Appears in

Methodology page, Data Sources section

Source (primary)
https://www.law.cornell.edu/cfr/text/29/785.48
Verified
May 23, 2026
Notes

Section title is "Use of time clocks" per eCFR. ✓

"29 CFR §785.7 — Judicial construction"

Appears in

Methodology page, Data Sources section

Source (primary)
https://www.law.cornell.edu/cfr/text/29/785.7
Verified
May 23, 2026
Notes

Section title is "Judicial construction" per eCFR. ✓

Currency

1 claim

"California Camp v. Home Depot (2022) and Woodworth v. Loma Linda (2024) reject rounding when actual time can be captured" — currency of the holding

Appears in

Methodology § "What's not modeled" + tool widget rounding callout

Source (primary)

See the Camp + Woodworth entries above

Verified
May 23, 2026
Notes

Currency caveat: the Camp Court of Appeal holding is currently under California Supreme Court review (S277518). The methodology / FAQ should note that the rule is "as of the Camp Court of Appeal opinion, currently pending Supreme Court review" rather than settled law. The Woodworth year is wrong (2023 not 2024). Suggested fix: rewrite the rounding callout to say something like: California courts have moved toward rejecting rounding when actual time can be captured — recent decisions <em>Camp v. Home Depot</em> (2022, currently under California Supreme Court review) and <em>Woodworth v. Loma Linda</em> (2023, Court of Appeal).

Sources

13 unique sources cited across the report — click to audit any claim directly against its evidence.

  1. 1.

    https://www.law.cornell.edu/uscode/text/29/207 (Cornell LII proxy of US Code; same text as uscode.house.gov)

  2. 2.https://www.law.cornell.edu/uscode/text/29/207
  3. 3.

    n/a (the modes don't claim to model a specific statute)

  4. 4.https://www.law.cornell.edu/cfr/text/29/785.48
  5. 5.

    https://www.dol.gov/agencies/whd/overtime (DOL canonical landing — Tier-1)

  6. 6.https://www.law.cornell.edu/cfr/text/29/785.7
  7. 7.

    https://law.justia.com/cases/california/court-of-appeal/2022/h049033.html (Justia — Tier-2-proxy; the official PDF lives at the California Courts site)

  8. 8.

    https://www.gmsr.com/wp-content/uploads/2023/02/Camp-v.-Home-Depot.pdf (Tier-3 appellate firm hosting the opinion)

  9. 9.

    https://law.justia.com/cases/california/supreme-court/2021/s253677.html (Tier-2-proxy; Justia)

  10. 10.

    https://supreme.courts.ca.gov/sites/default/files/supremecourt/default/2022-08/S253677.pdf (Tier-1 California Supreme Court official PDF)

  11. 11.

    https://www.courtlistener.com/opinion/9415422/woodworth-v-loma-linda-univ-med-center/ (Tier-1; CourtListener is the canonical online court-record archive)

  12. 12.

    https://caselaw.findlaw.com/court/ca-court-of-appeal/114663584.html (Tier-2; FindLaw)

  13. 13.

    See the Camp + Woodworth entries above

Issues flagged

The four ⚠ Partial findings, with revision targets:

  1. Camp v. Home Depot precedential status. Methodology page treats Camp as settled binding precedent; case is under California Supreme Court review since February 2023 (S277518). Court of Appeal opinion has only "persuasive value" per CA Rule 8.1115(e)(1).

    • Where: methodology page (rounding callout + § "What's not modeled" + Data Sources section); FAQ entry "Can California employers still round time?"; tool widget rounding callout.
    • Suggested revision: add "currently under California Supreme Court review (S277518)" to every Camp citation.
  2. Woodworth v. Loma Linda year. Tool says 2024; the decision is 2023.

    • Where: methodology page § "What's not modeled" (the Camp v. Home Depot (2022) and Woodworth v. Loma Linda (2024) line); FAQ entry "Can California employers still round time?" (same Woodworth v. Loma Linda mention).
    • Suggested revision: change (2024)(2023) in both places.
  3. Rounding-interval doc-comment overstates the regulation's named intervals. Claims §785.48(b) names "5/10/15 minutes"; the regulation names 5 / one-tenth (6) / quarter (15).

    • Where: the tool's rounding-mode documentation.
    • Suggested revision: see ⚠ Partial entry above.
  4. Rounding callout language overstates settled-rule status. The combined effect of (1) and (2) above. The methodology should reframe the holdings as "recent California decisions moving toward..." rather than "California has banned..."

    • Where: same as (1).
    • Suggested revision: see Currency claim notes above.

All four are revisable in a single methodology pass. No modeled numeric values are wrong; the math is correct. The methodology / FAQ prose is what needs the touch-up.

Found something off?

Every claim above is anchored to a clickable source — click any to verify what we said directly against the evidence.

See our fact-checking methodology for the standards this report follows.

About Clockspot

Clockspot is online time clock software for small businesses — the simplest way to track employee time, with GPS location tracking, PTO accruals, job costing, and overtime calculation. Used in all 50 states since 2007.

Want to simplify how your team tracks time? See how Clockspot works.