PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By

d3d

Solved

time() returns incorrect data

Solved
d3ddev

Apr 24th, 2022 11:43 AM

Not sure if that's a wave bug or a Server settings thing but time() returns UTC Time and not the timezone set in app.php (in my case Europe/Berlin)

'timezone' => 'Europe/Berlin',

thinkverse

Apr 24th, 2022 11:55 AM

Best Answer

time is timezone independent, it will always be UTC.