Rocky_Mountain_Vending/.pnpm-store/v10/files/9d/27dfcdc2360a058d8d1b4705bfdd11294808524c3d445f1eddbe86c657c9c75dcf3c9dd26a545285e8b03ea4e9bbb21c5bf3e5d832dfb4df74e5f2e1afa0a6
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

2 lines
209 B
Text

import { getSkewCorrectedDate } from "./getSkewCorrectedDate";
export const isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 300000;