timezone

timezone

Hello 

Simple  question , sometimes i am using analisys to create user, i have an issue to provide  correct timezone into user account.
Tried "Europa/Warsaw" Tried "Warsaw" but always it doest not add it  to created user. 


  1.  const userData = {
        active: true,
        email: email.value.toLowerCase(),
        name: name.value,
        phone: phone.value.toString(),
        company: company.value.toString(),
        password: generatedPassword,
        language: 'en',
        options: {
          date_format: 'MM/DD/YYYY',
          time_format: '24',
          timezone:  "Warsaw",