Migration fields with timezones

Did you know that in migrations there's not only timestamps() but also timestampsTz(), for the timezone?

1Schema::create('employees', function (Blueprint $table) {
2 $table->increments('id');
3 $table->string('name');
4 $table->string('email');
5 $table->timestampsTz();
6});

Also, there are columns dateTimeTz(), timeTz(), timestampTz(), softDeletesTz().

Like our articles?

Become a Premium Member for $129/year or $29/month
What else you will get:
  • 22 courses (477 lessons, total 38 h 20 min)
  • 2 long-form tutorials (one new every week)
  • access to project repositories
  • access to private Discord