-
| 
         Hello, sometimes I'm getting a weird error when seeding data: The date itselfs seems fine. I'm also able to insert some thousand entries. Normally it crashes between 2000 and 8000 seeded models. Any way to fix this on MySQL?  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
        
 However it falls directly into DST, doesn't it? See e.g. https://dba.stackexchange.com/questions/254901/why-cant-i-insert-this-value-using-timestamp-but-can-with-datetime  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Setting the application timezone in   | 
  
Beta Was this translation helpful? Give feedback.
Setting the application timezone in
config/app.phpworked for me.