How To Setup Local Time Zone

Please help the experts. I will set a time in the Firebase database that will show the local time of my country as the country of my users. I do not understand how I will do this work. Please help me.
time%20make

You can use this site for that:

https://www.timezones.de

You could filter the time from the html on initialize and make a own clock with the clock component in your app…

I have tested this a year ago and it works, but I don’t have the aia anymore…

for example:

Parse 
string: (HTML TEXT)
start:"<div id="country_time"><span class="time clock">"
end:"</span></div>"
1 Like

Thank you so much for your cooperation. If you give me an AIA file then I will understand a little better and I will be very grateful to you. Thank you

hello
i want Date from same . suggest any way
thanks in advance

You must do the same, but look at first to the HTML text and find the date

unfortunately there is no date on this website

https://www.timezones.de/germany/berlin/berlin.html

There is a date

<div id="tz_time">
        <h3>Current local time:</h3>
        
        <div id="city_time"><span class="time clock">07:49:15pm</span></div>
        <div id="city_date"><span class="weekday">Monday</span>,&nbsp;<span class="date">24.09.2018</span></div>


</div>
1 Like

Thanks
Problem solved

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.