-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
657 lines (579 loc) · 58.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="https://time.is/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://time.is/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://timenowis.com/wp-content/uploads/2022/02/ms-icon-310x310-1.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Time Now Is | Local Current Time | Current Local Time live | My Global Time | Time Now Is </title>
<meta name="description" content="Time Now Is | Check the Local Current Time, Countdown Timer, Countdown widget, GMT, Daylight Saving, Live Time, My Time, My Global Time all over the world at Timenowis. Feel free to call us! We are available 24/7 hours for you"/>
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://timenowis.com/#website","url":"https://timenowis.com/","name":"Time Now Is","description":"Local Current Time | Current Local Time live | My Global Time","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://timenowis.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"CollectionPage","@id":"https://timenowis.com/#webpage","url":"https://timenowis.com/","name":"Time Now Is - Local Current Time | Current Local Time live | My Global Time","isPartOf":{"@id":"https://timenowis.com/#website"},"description":"Local Current Time | Current Local Time live | My Global Time","breadcrumb":{"@id":"https://timenowis.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://timenowis.com/"]}]},{"@type":"BreadcrumbList","@id":"https://timenowis.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]}]}</script>
<meta name="facebook-domain-verification" content="5cvfjftpz1vd5jjaakplupgwb8zfkd"/>
<style>
*{
box-sizing: border-box;
} ul{margin:0;padding:0;list-style:none;}
body{margin:0;font:18px/26px 'system-ui',Times,FreeSerif,serif;font-weight:400;padding-top:90px;background:#222;color:#fff;}
@font-face{font-family:'Helvetica Rounded LT Std';src:url(https://github.com/timenowis/Time-1/blob/main/HelveticaRoundedLTStd-Bd.woff2?raw=true) format('woff2'), url(https://github.com/timenowis/Time-1/blob/main/HelveticaRoundedLTStd-Bd.woff?raw=true) format('woff');font-weight:bold;font-style:normal;font-display:swap;}
@font-face{font-family:'TimeTraveler';font-style:normal;font-display:swap;font-weight:400;src:url(https://github.com/timenowis/Time-1/blob/main/TimeTravelerPal-Normal-Regular.ttf?raw=true format('truetype')}
h1,h2,h3,h4,h5{font-family:'Helvetica Rounded LT Std';margin:0}
table.table.table_12{width:0;height:0;overflow:hidden;display:block;}
.container{width:90%;margin:0 auto;}
.current-time-info.no_flag{padding-left:0;}
.brand-logo h2{background:#fbcb40;display:inline-block;border-radius:0 0px 5px 5px;}
.brand-logo h2 a{color:#222;text-decoration:unset;padding:17px 15px;display:block;}
.border-radius{border-radius:5px;}
.breadcrumb-container.theme5 li{display:inline;font-size:16px;}
.breadcrumb-container.theme5 li a{display:inline-block;color:#fff;}
header.main-header{position:absolute;width:100%;top:0;}
.main-header .container{display:flex;justify-content:space-between;align-items:center;}
.time-search{display:flex;}
.time-search-inner input{display:block;height:39px;margin-right:20px;width:420px;margin-top:-6px;padding:0 40px;border:none;border-radius:5px;}
.nav-icon span{width:34px;display:block;height:5px;background:#fbcb40;margin-bottom:5px;border-radius:5px;}
.nav-icon span:nth-child(2){width:80%;}
footer.menu-open{position:fixed;width:100%;top:0;height:76vh;}
body.body-menu-open{padding-top:82vh;}
footer h2{font-size:46px;margin-bottom:28px;}
footer{background:#222222;color:#fff;padding:50px 0;}
.justify-content{justify-content:space-between;}
.flex{display:flex;}::selection, .our-link a:hover{background:#1d5178;color:#fff;}
footer a{color:#fff;text-decoration:none;}
.our-link .col{width:20%;padding:25px 0;}
.our-link a{padding:8px 10px;display:inline-block;margin-left:-10px;}
footer p span{border-bottom:1px dotted;}
.content{min-height:90vh;align-items:center;display:flex;flex-wrap:wrap;position:relative;}
.content.sigle_page{min-height:85vh;}
.current-time{width:100%;margin-top:-120px;}
.our-link a:before{content:"";width:13px;display:inline-block;background:#fff;height:2px;margin-right:7px;position:relative;top:-5px;}
.current-time-info h2{font-size:39px;margin-bottom:11px;}
.current-time-info p{font-family:'Montserrat', sans-serif;color:#fff;margin:0;font-size:25px;}
.current-time-info p a{font-weight:600;color:#fbcb40;display:inline-block;}
.live-current-time time{display:block;font-size:14em;line-height:1;text-align:left;font-weight:300;font-family:'TimeTraveler';letter-spacing:6px;color:#fbcb40;}
.live-current-time time span{display:inline-block;text-align:center;font-weight:300;}
.live-current-time time span.st_ss{color:#fff;font-size:139px;width:auto;position:relative;top:-106px;left:-53px;line-height:100px;}
.live-current-time-info{text-align:right;}
.live-current-time-info li{display:inline-block;}
.live-current-time-info li a span{display:block;}
.live-current-time-info li a{text-decoration:none;padding:4px 19px;display:block;margin-left:15px;border-radius:2px;font-weight:bold;color:#000;font-size:20px;margin-top:30px;margin-bottom:30px;width:auto;background:#fff;border-bottom:5px solid #fbcb40;}
.flex_3{position:absolute;bottom:0;}
.live-current-time{padding-top:50px;}
.live-current-time-info.flex_2{text-align:left;}
.flex_2 h2{font-size:34px;margin-top:-29px;padding-left:7px;}
.flex_2 p{margin:0;padding-left:11px;padding-top:5px;}
time i{font-style:normal;}
.current-time-info img{position:absolute;left:0;top:-9px;}
.current-time-info{padding-left:148px;position:relative;}
.sigle_page .current-time-info img{top:-2px;}
.time-search-inner{position:relative;}
div#datafetch, .autocomplete-suggestions{background:#1d5178;border-radius:0px;top:42px;position:absolute;width:500px;right:0;z-index:999;}
.autocomplete-suggestions{text-align:left;cursor:default;z-index:9999;max-height:400px;overflow:hidden;overflow-y:auto;box-sizing:border-box;width:600px !important;margin-left:-172px;margin-top:5px;}
div#datafetch li a, .autocomplete-suggestions a{display:flex;font-size:17px;padding:11px 16px;text-decoration:none;line-height:17px;justify-content:space-between;border-bottom:1px dotted;color:#fff;}
i.list_label{font-style:normal;}
div#datafetch li a:hover, .autocomplete-suggestions a:hover{background:#fbcb40;color:#222222;}
.socal_link{display:flex;align-items:center;}
.socal_link a{margin-left:15px;}
span.cancal_icon{position:absolute;right:28px;margin-top:-33px;cursor:pointer;display:none;}
.menu-open span.cancal_icon{display:block;}
.nav-icon{cursor:pointer;}
body.time-full-scr .time-search, body.time-full-scr .live-current-time-info ul{display:none;}
time i{color:#222}
.blink{color:#fbcb40;}
body.time-full-scr{overflow:hidden;}
body.time-full-scr .current-time{height:91vh;width:90%;display:table;MARGIN:0 AUTO;}
body.time-full-scr .current-time>.container{align-content:center;display:table-cell;vertical-align:middle;}
body.time-full-scr .live-current-time-info{width:93%;}
.live-current-time{cursor:zoom-in;}
.sigle_page .current-time-info h2, .sigle_page .current-time-info h1{font-weight:normal;font-family:system-ui;}
.sigle_page .current-time-info h2 strong, .sigle_page .current-time-info h1 strong{font-family:'Helvetica Rounded LT Std';color:#fbcb40;}
.time-zone-info{background:#313131;color:#fff;padding:59px 0;}
.time-zone-info h2{background:#1d5178;display:inline-block;padding:2px 24px;font-size:43px;margin-bottom:35px;line-height:47px;}
.time-zone-info li{font-family:'Helvetica Rounded LT Std';font-size:24px;line-height:42px;}
li.diff_local_time i{font-style:normal;background:#1d5178;padding:0 14px;font-size:29px;}
.time-zone-info .row{margin-top:54px;}
.time-zone-info .row li{font:25px/39px 'system-ui',Times,FreeSerif,serif;list-style:circle;}
.mapboxgl-map{overflow:hidden;position:relative;-webkit-tap-highlight-color:transparent;}
.jvectormap-container{width:100%;height:100%;position:relative;overflow:hidden;touch-action:none;}
.map-info{position:absolute;z-index:999;color:#fff;background:#00000059;left:4%;margin-top:50px;padding:21px;border-radius:5px;}
.map-info h2{font-size:42px;margin-bottom:27px;}
.map-info li{display:flex;margin-bottom:5px;border-bottom:1px dotted;padding-bottom:10px;border-color:#cccccc75;justify-content:space-between;}
.inner-banner{padding:15px 0 7px;box-shadow:0px 9px 13px #e7e7e761;}
._cn_selectbox{display:flex;margin:0 0 30px;}
._cn_selectbox input, ._cn_selectbox select{padding:10px 13px;margin-right:15px;display:inline-block;border-radius:5px;border:none;box-shadow:0 0 9px #ccc;}
._cn_div{position:relative;}
._cn_div_item{cursor:move;}
._cn_div_item, ._cn_div_items{background:#fff;margin-bottom:15px;border-radius:5px;padding:16px;box-shadow:0 0 8px #ccc;display:flex;justify-content:space-between;position:relative;}
._cn_name_label{font-size:21px;}
span._cn_del{position:absolute;right:-22px;background:RED;WIDTH:18PX;TEXT-ALIGN:CENTER;height:19px;border-radius:50%;color:#fff;font-size:12px;padding-top:0;top:2px;line-height:1.5;}
h3.plain_area_title{margin-top:39px;}
._cn_div_item:first-child span._cn_home{opacity:1;}
span._cn_home{position:absolute;left:-51px;background:#176db3;color:#fff;transform:rotate( 90deg);width:62px;top:27px;font-size:14px;text-align:center;opacity:0.5;}
._time_zone_select{background:#29323f;padding:15px;border-radius:15px;overflow:hidden;}
._time_zone_select span{background:#fff;padding:6px 1px 0;display:inline-block;border-radius:50%;font-size:27px;height:40px;width:40px;text-align:center;float:left;}
.pac-target-input:not(:-webkit-autofill){animation-name:endBrowserAutofill;}
._time_zone_select input{width:92%;padding:5px 18px;border-radius:15px;margin-left:14px;display:block;float:right;font-size:22px;border:none;}
.plain_area{border:1px solid #928a8a;margin-top:20px;padding:8px 15px;}
.plain_area p{margin:0;line-height:1.5;}
.container.sidebar-layout{display:flex;justify-content:space-between;}
.contant-side{width:70%;}
.inner-banner{padding:15px 0 7px;box-shadow:0px 9px 13px #e7e7e761;}
.content.zone_converter{background:#f5f8fb;padding-bottom:80px;margin-top:35px;}
.contant-side h2{margin-bottom:20px;}
button.coppy-text, .shared-url button{background:#29323f;border:none;padding:6px 13px;display:inline-block;margin-top:16px;color:#fff;border-radius:30px;cursor:pointer;}
.shared-url input{width:79%;padding:12px;border-radius:5px;}
.shared-url{display:flex;margin-top:16px;}
button.coppy-url{margin:0;border-radius:0;margin-left:-9px;}
h3.max-2 i{font-size:15px;font-style:normal;color:#a09d9d;}
h3.max-2{margin-top:20px;}
.curent-time{font-size:13px;color:#868282;}
._cn_time_label{font-family:'Helvetica Rounded LT Std';}
body .switcher .option a{display:inline-block;color:#fff;opacity:0.7;font-size:14px;padding:0 5px;}
body .switcher .option span{font-size:13px;opacity:0.7;}
body .switcher .option a:hover{opacity:1;}
.skiptranslate{display:none;}
body{top:0 !important;}
div#goog-gt-tt{display:none !important;}
.content.calendar{margin-top:60px;}
.moods_container{display:flex;justify-content:center;align-items:center;}
.mood{background-color:#fff;border:0;border-radius:50%;color:#000;display:inline-flex;justify-content:center;align-items:center;font-size:30px;line-height:20px;padding:0;margin:0 5px;height:40px;width:40px;text-align:center;}
.mood_1{color:var(--mood-1);}
.mood_2{color:var(--mood-2);}
.mood_3{color:var(--mood-3);}
.mood_4{color:var(--mood-4);}
.mood_5{color:var(--mood-5);}
.mood.selected{background-color:currentColor;}
.mood.selected i{color:#fff;}
.mood:active{transform:scale(0.9);}
.mood:focus{outline:0;}
.mood i{cursor:pointer;}
.calendar{display:flex;flex-wrap:wrap;justify-content:center;}
.months{padding:14px;width:15.6%;box-shadow:0 0 13px #cccccc8f;margin:0.5%;background:#fff;}
p.description, .description{font-size:18px !important;margin-top:12px;max-width:957px;}
@media screen and (max-width:756px){
.months{width:50%;}
}
@media screen and (max-width:480px){
.months{width:100%;}
}
.months h3{margin:5px 0;text-align:center;}
.days_container, .week_days_container{display:flex;flex-wrap:wrap;}
.days, .week_days{font-size:14px;margin-bottom:8px;height:calc(100% / 7);width:calc(100% / 7);text-align:center;}
.days .circle{border-radius:50%;color:#1d5178;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;font-size:12px;width:23px;height:23px;border:1px solid #1d51781f;}
.days .circle:hover{transform:scale(1.1);}
.action_btn{border-radius:10px 0 0 10px;border:none;color:#fff;cursor:pointer;font-size:14px;padding:8px 12px;margin:0;position:fixed;right:0;top:40px;}
.action_btn:active{transform:scale(0.9);}
.action_btn:focus{outline:0;}
.randomize{background-color:var(--mood-2);}
.clear{background-color:#888;top:80px;}
span.circle.Saturday{background:#1d5178;color:#fff;}
span.circle.Friday, .days .circle:hover{background:#1d51789e;color:#fff;}
.curentday{background:#ff4991;color:#fff !important;}
.year_list span{padding:6px 22px;display:inline-block;background:#1d5178;color:#fff;margin:20px 8px;font-size:22px;box-shadow:3px 4px 5px #0000005c;}
.year_list span:hover,.year_list span.active{background:#ff4991;cursor:pointer;}
.cleander-note{padding:55px 0;}
.cleander-note a{color:#1d5178;}
.cleander-note h3{margin-bottom:15px;}
.content.calendars{margin-top:50px;}
.time-search-inner svg{position:absolute;left:-2px;width:45px;height:31px;top:-2px;}
main#primary{width:91%;margin:0 auto;padding:0 9px;}
main#primary h1{margin-bottom:20px;}
.time_zone_name{background:#222222;padding:50px 0;}
ul.time_list li{display:inline-block;}
ul.time_list li a{color:#fff;text-decoration:blink;font-family:'Helvetica Rounded LT Std';background:#000;padding:10px;display:block;margin:5px;letter-spacing:2px;text-transform:uppercase;font-size:16px;padding:3px 27px;opacity:0.4;}
ul.time_list.l_1 li a{font-size:40px;line-height:47px;opacity:0.9;}
ul.time_list.l_2 li a{font-size:30px;line-height:40px;opacity:0.7;}
ul.time_list.l_3 li a{font-size:25px;opacity:0.6;}
ul.time_list li a.color_wight{background:#fbcb40;color:#000;border-bottom:5px dotted;}
ul.time_list li a:hover{background:#fbcb40;color:#000;opacity:1;transition:0.5s;}
.tb-ap{border:1px solid #dddddd1c;border-spacing:0;border-collapse:collapse;margin-bottom:10px;width:100%;}
.releted_titme{padding-top:40px;padding-bottom:40px;}
.tb-wc thead{font-size:13px;border-bottom:1px solid #dddddd1c;}
.tb-ap td{vertical-align:top;border:none;}
table{border-collapse:collapse;border-spacing:0;}
tr{display:table-row;vertical-align:inherit;border-color:inherit;}
.tb-ap tr:nth-child(2n){background:#f7f7f70d;border-bottom:1px solid #dddddd4f;border-top:1px solid #dddddd1c;}
.tb-ap td a{text-decoration:none;font-size:16px;color:#fff;padding:0 10px;display:block;}
.tb-ap td span{float:right;font-size:13px;}
.tb-ap td{border-right:1px solid #dddddd1c;}
.tb-wc th{background:#1d5178;padding:11px;}
.tb-wc{font-size:13px;border-bottom:1px solid #ccc;}
.tb-ap td a:hover{background:#1d5178;}
@media(max-width:1700px){
.year_list span{margin:6px 8px;}
.months{width:24%;}
.cleander-header h2{margin-bottom:15px;}
.live-current-time time{font-size:5em;}
.live-current-time time{font-size:12em;}
footer h2{font-size:31px;margin-bottom:0;}
}
@media(max-width:1200px){
.live-current-time-info li a{margin:3px 3px;}
.live-current-time time{font-size:9em;}
.our-link .col{width:33%;}
.months{width:32%;}
}
@media(max-width:992px){
ul.time_list li a{font-size:20px !important;line-height:20px !important;padding:3px 8px;opacity:1 !IMPORTANT;letter-spacing:0;}
.live-current-time time{font-size:6em;}
.days .circle{font-size:9px;width:20px;height:20px;}
.days, .week_days{margin-bottom:0;}
.days, .week_days{font-size:11px;}
.live-current-time time span.st_ss{font-size:71px;top:-44px;left:-33px;line-height:140px;}
}
@media(max-width:767px){
ul.time_list.l_4{display:none;}
[lang="zh-CN"] time i{display:inline-block;width:14px;position:relative;top:-5px;left:-17px;}
.live-current-time-info li a{padding:3px 19px;font-size:13px;line-height:18px;letter-spacing:1px;}
.current-time-info{padding-left:0;}
.current-time-info img{position:static;width:75px;}
.live-current-time time{font-size:4.5em;}
body .current-time-info p{font-size:20px;}
.sigle_page ul.top-cn-list{display:none;}
.months{width:48%;margin:1%;}
.live-current-time time span.st_ss{color:#fff;font-size:40px;top:-33px;left:-31px;line-height:114px;}
.brand-logo h2 a{padding:7px 9px 7px;line-height:1;font-size:20px;}
.time-search{padding-top:10px;}
.container{width:94%;}
.current-time-info h2{font-size:29px;margin-bottom:0px;line-height:33px;}
.current-time-info p, .live-current-time-info p{font-size:14px;line-height:22px;}
.live-current-time-info h2{font-size:17px;}
.live-current-time-info p, .time-zone-info{margin-top:0;}
l.top-cn-list{display:flex;flex-wrap:wrap;justify-content:end;width:100%;display:block;text-align:right;}
.live-current-time-info{padding-bottom:21px;position:static;margin-top:31px;}
.current-time{margin-top:39px;}
.content{min-height:auto;display:block;}
.row.justify-content.flex{display:block;}
.col.socal_link{display:none;}
footer h2{font-size:27px;margin-bottom:0;line-height:30px;}
.row.flex.our-link{display:block;}
.our-link .col{width:100%;padding:0px 0 0;}
footer.menu-open{height:100vh;}
span.cancal_icon{right:4px;margin-top:-49px;}
.inner-banner h1{line-height:35px;font-size:30px;}
.contant-side{width:100%;padding:0 10px;}
.container.sidebar-layout{display:flex;flex-wrap:wrap;}
.side-bar{width:100% !important;}
.contant-side{order:2;}
span._cn_del{right:-5px;}
span._cn_home{left:-32px;width:56px;top:27px;font-size:13px;}
._cn_div_item{display:flex;flex-wrap:wrap;}
._cn_date{font-size:15px;line-height:1;}
._cn_name span, ._cn_name i{font-size:13px;background:#29323f;color:#fff;padding:1px 4px;margin-right:7px;font-weight:bold;border-radius:4px;}
._cn_time_label{position:absolute;right:21px;bottom:38px;font-size:29px;}
._time_zone_select input{width:88%;padding:5px 18px;border-radius:15px;margin-left:0;display:block;font-size:17px;}
._time_zone_select span{padding:1px 1px 0;display:inline-block;font-size:23px;height:30px;width:30px;line-height:22px;}
div#coppy-text-div{font-size:14px;padding:4px 7px;}
.content.zone_converter{padding-bottom:20px;padding-top:24px;}
input#tags{display:none;}
.time-search-inner svg{left:-62px;top:-2px;}
.time-search.highlight input#tags{display:block;position:absolute;right:-51px;top:41px;width:320px;padding:6px;}
.autocomplete-suggestions{width:91% !important;margin-left:0;margin-top:5px;right:18px !IMPORTANT;left:inherit !IMPORTANT;}
.time-zone-info h2, .map-info h2{font-size:27px;line-height:34px;background:transparent;padding:0;}
.time-zone-info li, .time-zone-info .row li{font-size:19px;line-height:32px;margin-bottom:0px;}
.time-zone-info ul{padding-left:23px;}
.map-info{width:96%;left:0;right:0;margin:55px auto 0;}
footer{text-align:center;}
body{padding-top:45px;}
.breadcrumb-container.theme5 li{display:inline;font-size:13px;}
.brand-logo{margin-top:-6px;}
.time-full-scr .brand-logo{margin-top:0px;}
svg{stroke:#fff;}
.tb-ap td a, .tb-ap td span{font-size:12px;}
.content.sigle_page{min-height:300px;}
.time-zone-info li, .time-zone-info .row li{list-style:circle;}
}
@media(max-width:392px){
.time-search.highlight input {
right: -51px;
top: 49px;
width: 330px;
border: 2px solid #205379;
}
div#datafetch {
width: 320px;
top: 82px;
right: -29px;
}}
</style>
<style>
html,
body {
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: hidden;
height: 100%;
margin: 0;
}
</style>
</head>
<body data-rsssl=1 id="body" style="overflow:auto;height:100%" onload="document.getElementById('body').style.width=document.body.offsetWidth+20+'px'">
<header class="main-header">
<div class="container">
<div class="brand-logo"> <h2><a title="TIME NOW" href="https://timenowis.com/"> TIME NOW </a></h2></div><div class="time-search">
<div class="time-search-inner">
<svg fill="none" height="24" stroke="#1d5178" href="" onclick="play();" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><circle cx="10.5" cy="10.5" r="7.5"/><line x1="21" x2="15.8" y1="21" y2="15.8"/></svg>
<input type="text" name="" placeholder="Search Place" id="path">
<div id="datafetch"><ul></ul></div></div><div class="nav-icon"> <span></span> <span></span> <span></span></div></div></div></header>
<h1 style='font-size: 0;line-height: 0;'>Time Now Is | Local Current Time | Current Local Time live | My Global Time</h1>
<div class="content aj-home" zone="GMT">
<div class="current-time">
<div class="container">
<div class="current-time-info"><img src="https://user-images.githubusercontent.com/47306263/158031902-c581d8c2-d73b-4c12-8b71-0c75093f8f42.png" alt="" onerror="this.onerror=null; this.src='https://lh3.googleusercontent.com/lYr2iiK4QcV5Km3061VYeX1zaqWnq_OoSRZi10SlYf24EnxdgSbstRHRx5En3DTZm5-3qjb-f9G4BfR79QQhAb2cvToN8uOTHWBGEHy6B7YmyMKYkOg3d1Jvt6tVLto1cw=w1280'" > <h2>Your time is exact!</h2> <p>Time in <a title="Current Location" href="#" class="addr">Casablanca, Morocco</a> now:</p></div><div class="live-current-time">
<time><span id="st_hh"> </span><span id="st_mm"></span><span id="st_ss"> </span></time>
<div class="live-current-time-info flex_2">
<div></div><div> <h2 id="dateof">Saturday March 12, 2022 Week 10</h2> <p>SUN ↑ <span class="sunset">07:13</span> ↓ <span class="sunrise">19:29</span> <span class="sunrise_def">(11h 50m)</span> </p></div></div></div><div class="live-current-time-info flex_3">
<div></div><div> <ul class="top-cn-list"> <li><a onclick='pauseVid();' title="New York">New York<span>14:32<span></span></span></a></li><li><a onclick='playVid();' title="London">London<span>19:32<span></span></span></a></li><li><a onclick="setHalfVolume();" title="Paris">Paris<span>20:32<span></span></span></a></li><li><a onclick="setFullVolume();" title="Beijing">Beijing<span>03:32<span></span></span></a></li><li><a id="myBtn" onclick="iplay('_g-aaR2XbZ4');hidelist();topFunction();" title="Tokyo">Tokyo<span>04:32<span></span></span></a></li><li><a href="/worldclock/united-states/los-angeles-10/" title="Los Angeles">Los Angeles<span>11:32<span></span></span></a></li></ul></div></div></div></div></div><div class="time_zone_name">
<div class="container">
<div class="country_list"> <ul class="time_list l_1"> <li><a onclick="stop();" title="Beijing Local Time" class="color_wight">Beijing</a></li> <li><a onclick="show();" title="india Local Time">India</a></li> <li><a onclick="showlist();" title="Delhi Local Time">Delhi</a></li> <li><a onclick="hidelist();topFunction();" title="Istanbul Local Time">Istanbul</a></li> <li><a href="https://timenowis.com/worldclock/pakistan/karachi/" title="Karachi Local Time" class="color_wight">Karachi</a></li> <li><a href="https://timenowis.com/worldclock/zone/london/" title="London Local Time">London</a></li> <li><a href="https://timenowis.com/worldclock/united-states/los-angeles/" title="Los Angeles Local Time">Los Angeles</a></li> <li><a href="https://timenowis.com/worldclock/zone/mexico/" title="Mexico City Local Time">Mexico City</a></li> <li><a href="https://timenowis.com/worldclock/russia/moscow/" title="Moscow Local Time">Moscow</a></li> <li><a href="https://timenowis.com/worldclock/united-states/new-york/" title="New York Local Time" class="color_wight">New York</a></li> <li><a href="https://timenowis.com/worldclock/brazil/sao-paulo/" title="São Paulo Local Time">São Paulo</a></li> <li><a href="https://timenowis.com/worldclock/japan/tokyo/" title="Tokyo Local Time">Tokyo</a></li> <li><a href="https://timenowis.com/worldclock/zone/italy/" title="italy Local Time" class="color_wight">italy</a></li> <li><a href="https://timenowis.com/worldclock/zone/pakistan/" title="Pakistan Local Time">Pakistan</a></li> <li><a href="https://timenowis.com/worldclock/zone/china/" title="China Local Time">China</a></li> </ul> <ul class="time_list l_2"> <li><a href="https://timenowis.com/worldclock/argentina/buenos-aires/" title="Buenos Aires Local Time">Buenos Aires</a></li> <li><a href="https://timenowis.com/worldclock/united-states/chicago/" title="Chicago Local Time" class="color_wight">Chicago</a></li> <li><a href="https://timenowis.com/worldclock/bangladesh/dhaka-district/" title="Dhaka Local Time">Dhaka</a></li> <li><a href="https://timenowis.com/worldclock/china/hong-kong-sar/" title="Hong Kong Local Time">Hong Kong</a></li> <li><a href="https://timenowis.com/worldclock/indonesia/jakarta/" title="Jakarta Local Time">Jakarta</a></li> <li><a href="https://timenowis.com/worldclock/democratic-republic-of-the-congo/kinshasa/" title="Kinshasa Local Time">Kinshasa</a></li> <li><a href="https://timenowis.com/worldclock/nigeria/lagos/" title="Lagos Local Time">Lagos</a></li> <li><a href="https://timenowis.com/worldclock/peru/lima/" title="Lima Local Time">Lima</a></li> <li><a href="https://timenowis.com/worldclock/philippines/manila/" title="Manila Local Time">Manila</a></li> <li><a href="https://timenowis.com/worldclock/india/mumbai/" title="Mumbai Local Time">Mumbai</a></li> <li><a href="https://timenowis.com/worldclock/france/paris/" title="Paris Local Time" class="color_wight">Paris</a></li> <li><a href="https://timenowis.com/worldclock/south-korea/seoul/" title="Seoul Local Time">Seoul</a></li> <li><a href="https://timenowis.com/worldclock/china/shanghai/" title="Shanghai Local Time">Shanghai</a></li> <li><a href="https://timenowis.com/worldclock/zone/singapore/" title="Singapore Local Time">Singapore</a></li> <li><a href="https://timenowis.com/worldclock/australia/sydney/" title="Sydney Local Time">Sydney</a></li> <li><a href="https://timenowis.com/worldclock/taiwan/taipei/" title="Taipei Local Time">Taipei</a></li> <li><a href="https://timenowis.com/worldclock/iran/tehran/" title="Tehran Local Time">Tehran</a></li> </ul> <ul class="time_list l_3"> <li><a href="https://timenowis.com/worldclock/ethiopia/addis-ababa/" title="Addis Ababa Local Time" class="color_wight">Addis Ababa</a></li> <li><a href="https://timenowis.com/worldclock/iraq/baghdad/" title="Baghdad Local Time">Baghdad</a></li> <li><a href="https://timenowis.com/worldclock/thailand/bangkok/" title="Bangkok Local Time">Bangkok</a></li> <li><a href="https://timenowis.com/worldclock/colombia/bogota/" title="Bogotá Local Time">Bogotá</a></li> <li><a href="https://timenowis.com/worldclock/zone/egypt/" title="Cairo Local Time">Cairo</a></li> <li><a href="https://timenowis.com/worldclock/south-africa/cape-town/" title="Cape Town Local Time">Cape Town</a></li> <li><a href="https://timenowis.com/worldclock/colombia/madrid/" title="Madrid Local Time">Madrid</a></li> <li><a href="https://timenowis.com/worldclock/saudi-arabia/riyadh/" title="Riyadh Local Time">Riyadh</a></li> <li><a href="https://timenowis.com/worldclock/russia/saint-petersburg/" title="Saint Petersburg Local Time">Saint Petersburg</a></li> <li><a href="https://timenowis.com/worldclock/brazil/santiago/" title="Santiago Local Time" class="color_wight">Santiago</a></li> <li><a href="https://timenowis.com/worldclock/iran/tehran/" title="Tehran Local Time">Tehran</a></li> <li><a href="https://timenowis.com/worldclock/myanmar/yangon/" title="Yangon Local Time">Yangon</a></li> </ul> <ul class="time_list l_4"> <li><a href="https://timenowis.com/worldclock/united-arab-emirates/abu-dhabi-emirate/" title="Abu Dhabi Local Time">Abu Dhabi</a></li> <li><a href="https://timenowis.com/worldclock/suriname/nieuw-amsterdam/" title="Amsterdam Local Time">Amsterdam</a></li> <li><a href="https://timenowis.com/worldclock/madagascar/antananarivo-province/" title="Antananarivo Local Time">Antananarivo Province</a></li> <li><a href="https://timenowis.com/worldclock/greece/athens/" title="Athens Local Time">Athens</a></li> <li><a href="https://timenowis.com/worldclock/new-zealand/auckland/" title="Auckland Local Time">Auckland</a></li> <li><a href="https://timenowis.com/worldclock/brazil/barcelona/" title="Barcelona Local Time">Barcelona</a></li> <li><a href="https://timenowis.com/worldclock/germany/berlin/" title="Berlin Local Time">Berlin</a></li> <li><a href="https://timenowis.com/worldclock/united-states/boston/" title="Boston Local Time" class="color_wight">Boston</a></li> <li><a href="https://timenowis.com/worldclock/zone/belgium/" title="Brussels Local Time">Brussels</a></li> <li><a href="https://timenowis.com/worldclock/ireland/dublin/" title="Dublin Local Time">Dublin</a></li> <li><a href="https://timenowis.com/worldclock/germany/frankfurt-am-main/" title="Frankfurt Local Time">Frankfurt</a></li> <li><a href="https://timenowis.com/worldclock/vietnam/hanoi/" title="Hanoi Local Time">Hanoi</a></li> <li><a href="https://timenowis.com/worldclock/cuba/havana/" title="Havana Local Time">Havana</a></li> <li><a href="https://timenowis.com/worldclock/united-states/honolulu/" title="Honolulu Local Time">Honolulu</a></li> <li><a href="https://timenowis.com/worldclock/nepal/kathmandu/" title="Kathmandu Local Time">Kathmandu</a></li> <li><a href="https://timenowis.com/worldclock/malaysia/kuala-lumpur/" title="Kuala Lumpur Local Time">Kuala Lumpur</a></li> <li><a href="https://timenowis.com/worldclock/angola/luanda/" title="Luanda Local Time" class="color_wight">Luanda</a></li> <li><a href="https://timenowis.com/worldclock/spain/madrid-madrid/" title="Madrid Local Time">Madrid</a></li> <li><a href="https://timenowis.com/worldclock/australia/miami/" title="Miami Local Time">Miami</a></li> <li><a href="https://timenowis.com/worldclock/italy/milanere/" title="Milan Local Time" class="color_wight">Milan</a></li> <li><a href="https://timenowis.com/worldclock/india/new-delhi/" title="New Delhi Local Time">New Delhi</a></li> <li><a href="https://timenowis.com/worldclock/japan/osaka/" title="Osaka Local Time">Osaka</a></li> <li><a href="https://timenowis.com/worldclock/czech-republic/prague/" title="Prague Local Time">Prague</a></li> <li><a href="https://timenowis.com/worldclock/italy/rome/" title="Rome Local Time" class="color_wight">Rome</a></li> <li><a href="https://timenowis.com/worldclock/united-states/san-francisco/" title="San Francisco Local Time">San Francisco</a></li> <li><a href="https://timenowis.com/worldclock/sweden/stockholm/" title="Stockholm Local Time">Stockholm</a></li> <li><a href="https://timenowis.com/worldclock/israel/tel-aviv/" title="Tel Aviv Local Time">Tel Aviv</a></li> <li><a href="https://timenowis.com/worldclock/canada/vancouver/" title="Vancouver Local Time">Vancouver</a></li> <li><a href="https://timenowis.com/worldclock/austria/vienna/" title="Vienna Local Time" class="color_wight">Vienna</a></li> <li><a href="https://timenowis.com/worldclock/united-states/washington-d-c/" title="Washington, D.C. Local Time">Washington, D.C.</a></li> </ul></div></div></div></div><footer>
<span class="cancal_icon">
<svg fill="#fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="40px" ><path d="M 12 2 C 6.4666667 2 2 6.4666667 2 12 C 2 17.533333 6.4666667 22 12 22 C 17.533333 22 22 17.533333 22 12 C 22 6.4666667 17.533333 2 12 2 z M 12 4 C 16.466667 4 20 7.5333333 20 12 C 20 16.466667 16.466667 20 12 20 C 7.5333333 20 4 16.466667 4 12 C 4 7.5333333 7.5333333 4 12 4 z M 8.7070312 7.2929688 L 7.2929688 8.7070312 L 10.585938 12 L 7.2929688 15.292969 L 8.7070312 16.707031 L 12 13.414062 L 15.292969 16.707031 L 16.707031 15.292969 L 13.414062 12 L 16.707031 8.7070312 L 15.292969 7.2929688 L 12 10.585938 L 8.7070312 7.2929688 z"/></svg></span>
<div class="container">
<div class="row justify-content flex">
<div class="col"> <h2>TIME.NOW - exact time for any time zone</h2></div></div>
<div class="row flex our-link">
<div class="col"> <ul>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=g8TR9MvOc7I');hidelist();topFunction();" >Rilès – BETTER DAYS</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=soHLqJh99Ss');hidelist();topFunction();" >Rilès – THE HEARTBREAK v2</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=LBiCyfV5fjU');hidelist();topFunction();" >Izi – AVENTADOR (feat. 7ARI)</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=QCfsqSYPL5A');hidelist();topFunction();" >Oh Wonder – 22 Break </a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=QK8mJJJvaes');hidelist();topFunction();" >Macklemore & Ryan Lewis – Thrift Shop (feat. Wanz)</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=ktvTqknDobU');hidelist();topFunction();" >Imagine Dragons – Radioactive </a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=Raa742KAuoQ');hidelist();topFunction();" >Tagne – Silicone</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=fa-3iffNpgE');hidelist();topFunction();" >Draganov – Lbaroud</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=lLhHyL-HuNM');hidelist();topFunction();" >Draganov – Nounou</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=D7euoSQAbGQ');hidelist();topFunction();" >Draganov – Capable</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=OGTa6dfSXcw');hidelist();topFunction();" >Draganov – Tt Va Bien</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=YE6mfKD_gPA');hidelist();topFunction();" >Vargas – RS3</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=VgwcPiCjQ-0');hidelist();topFunction();" >Oh Wonder – Lose It</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=yeXie1Fhcdk');hidelist();topFunction();" >Oh Wonder – Happy</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=ZkT9hIxUxMQ');hidelist();topFunction();" >Qaayel – Reasons</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=kgbe9pOVf5Q');hidelist();topFunction();" >Izi – Sabab 3lach (feat. 7ARI)</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=ksKVVnELXHY');hidelist();topFunction();" >Oh Wonder – High On Humans</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=zN5Id6_P-Qk');hidelist();topFunction();" >Lola Marsh – Only for a Moment</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=wTQxiGJzR_I');hidelist();topFunction();" >Lola Marsh – She's a Rainbow</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=hT_nvWreIhg');hidelist();topFunction();" >OneRepublic – Counting Stars</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=TKkcsmvYTw4');hidelist();topFunction();" >OneRepublic – Run</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=r2LpOUwca94');hidelist();topFunction();" >Major Lazer – Light It Up</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=THeLVhU53ow');hidelist();topFunction();" >Jess Glynne – Don't Be So Hard On Yourself</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=j9FfYWp_d5w');hidelist();topFunction();" >Oh Wonder – Technicolour Beat </a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=ECz1V0Q4g4s');hidelist();topFunction();" >Dada – Kamehameha</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=4naIuquO6cw');hidelist();topFunction();" >7ARI – Amigos</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=CbWVpRDF7bE');hidelist();topFunction();" >7ARI – 3AYM</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=r43-8-K5FYs');hidelist();topFunction();" >7ARI – Choukran</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=huDbadAKwOc');hidelist();topFunction();" >Draganov – Lonely Days</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=re2uQJuxTEo');hidelist();topFunction();" >Qaayel – High Life</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=IpPPzkFYBaw');hidelist();topFunction();" >Draganov – Maak</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=LSbIXu6VxFI');hidelist();topFunction();" >Asmae – Tayer</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=oJYl7afJLrI');hidelist();topFunction();" >Qaayel – Rehab</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=Gs1V6rZ5NtI');hidelist();topFunction();" >Asmae – Khyali</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=PrQ5rK1jyys');hidelist();topFunction();" >Draganov – Paradis</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=il49PQby3Qs');hidelist();topFunction();" >Snor – De9a De9a</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=I15u-boRWZU');hidelist();topFunction();" >Smallx Official – YDF</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=FueAK1Cv2wE');hidelist();topFunction();" >7ARI – hasta la vista.</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=yjE7igNmGVk');hidelist();topFunction();" >Draganov – Noir O Cloppe</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=e2vBLd5Egnk');hidelist();topFunction();" >Martin Garrix – Scared to Be Lonely</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=RnBT9uUYb1w');hidelist();topFunction();" >Martin Garrix – In the Name of Love</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=BiQIc7fG9pA');hidelist();topFunction();" >Gnash – i hate u, i love u</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=eC-F_VZ2T1c');hidelist();topFunction();" >Zara Larsson – Ain't My Fault</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=AQ4MQ_uhBSs');hidelist();topFunction();" >Jonas Blue – By Your Side</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=cH4E_t3m3xM);hidelist();topFunction();" >Selena Gomez – Wolves</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=nfs8NYg7yQM');hidelist();topFunction();" >Charlie Puth – Attention</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=qPTfXwPf_HM');hidelist();topFunction();" >Jonas Blue – Mama</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=D5drYkLiLI8');hidelist();topFunction();" >Kygo – It Ain't Me</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=aatr_2MstrI');hidelist();topFunction();" >Clean Bandit – Symphony</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=tt2k8PGm-TI');hidelist();topFunction();" >ZAYN – Dusk Till Dawn</a> </li>
</ul></div>
<div class="col"> <ul> <li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=_w5jPT8LMF0');hidelist();topFunction();" >Oh Wonder – Drive</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=JsMBUZXvt2s');hidelist();topFunction();" >7ARI – 3A9EL (feat. IZI)</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=oJH24ktbsFo');hidelist();topFunction();" >The Handsome Family – Far From Any Road</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=_g-aaR2XbZ4');hidelist();topFunction();" >Snor – HKAYA</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=5kO6su6XlZQ');hidelist();topFunction();" >Sabrina Carpenter – Mona Lisa</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=0SVaz8VWE84');hidelist();topFunction();" >Selena Gomez – People You Know</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=kFIXf_2KZsE');hidelist();topFunction();" >Qaayel – Something</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=Lc5PBCWRqn8');hidelist();topFunction();" >Qaayel – Daredevil</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=Y5RkCK7DmjQ');hidelist();topFunction();" >Qaayel – Arrow</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=2Aj4NvjwUjM');hidelist();topFunction();" >Idrissi – If I Fall</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=nX7pe0871es');hidelist();topFunction();" >Qaayel – Over</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=GSmCPlSVgGg');hidelist();topFunction();" >Qaayel – By My Side</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=8cXPoQ5WalM');hidelist();topFunction();" >Melanie Martinez – Show & Tell</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=dn5rSbHGsHY');hidelist();topFunction();" >Melanie Martinez – High School Sweethearts</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=Wz5R1rmxzIs');hidelist();topFunction();" >Oh Wonder – Dazzle</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=K9ZwaEbHQqw');hidelist();topFunction();" >7ari – L'baida mon amour</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=HHwGV55L4fQ');hidelist();topFunction();" >7ARI – ICON</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=VxLPlGpCtyo');hidelist();topFunction();" >Sfera Ebbasta – Salam Alaikum</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=Ci16Hl4KQ70');hidelist();topFunction();" >Oh Wonder – In And Out Of Love</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=UaqWU3JC67g');hidelist();topFunction();" >Izi – LYAM (feat. 7ARI & Hussainy)</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=mzh6Bflw-5I');hidelist();topFunction();" >Oh Wonder – Drunk On You</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=cxjvTXo9WWM');hidelist();topFunction();" >Sia – Unstoppable</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=_jtnl6TXbFc');hidelist();topFunction();" >7ARI – Next Level</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=cSN5KuBakbM');hidelist();topFunction();" >7ARI – Opla</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=oCD8bAGv-wg');hidelist();topFunction();" >7ARI – L'oseille</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=uZs1AHQBz24');hidelist();topFunction();" >Clean Bandit – I Miss You</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=BDocp-VpCwY');hidelist();topFunction();" >Martin Garrix – Ocean</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=zaIsVnmwdqg');hidelist();topFunction();" >Kygo – Happy Now</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=MFdzgnMOmlw');hidelist();topFunction();" >Kygo – Not Ok</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=p_vSh1DUsD4');hidelist();topFunction();" >The Chainsmokers – Do You Mean</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=3XCVM3G3pns');hidelist();topFunction();" >The Chainsmokers – Call You Mine</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=5yXQJBU8A28');hidelist();topFunction();" >Jonas Blue – Fast Car</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=tCXGJQYZ9JA');hidelist();topFunction();" >Taylor Swift – Delicate</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=JudqK1hL18w');hidelist();topFunction();" >Sabrina Carpenter – Almost Love</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=4ughEPQGd8w');hidelist();topFunction();" >Sabrina Carpenter – Alien</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=ZAfAud_M_mg');hidelist();topFunction();" >Halsey – Without Me</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=SA7AIQw-7Ms');hidelist();topFunction();" >G-Eazy – Him & I</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=xdYFuCp3m9k');hidelist();topFunction();" >Halsey – Bad At Love</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=kzQTc0-iBX8');hidelist();topFunction();" >Halsey – Now Or Never</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=YykjpeuMNEk');hidelist();topFunction();" >Coldplay – Hymn for the Weekend</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=GKSRyLdjsPA');hidelist();topFunction();" >Sia – The Greatest</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=nYh-n7EOtMA');hidelist();topFunction();" >Sia – Cheap Thrills</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=5JxgDJvqGmM');hidelist();topFunction();" >Mike Perry – The Ocean</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=50VNCymT-Cs');hidelist();topFunction();" >Alec Benjamin – Let Me Down Slowly</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=VY1eFxgRR-k');hidelist();topFunction();" >Selena Gomez – Back To You</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=KfXvjxbRhZk');hidelist();topFunction();" >Zedd – Happy Now</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=6RLLOEzdxsM');hidelist();topFunction();" >Alan Walker – All Falls Down</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=M-P4QBt-FWw');hidelist();topFunction();" >Alan Walker – Darkside</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=6FeJVuyie1U');hidelist();topFunction();" >Daya – Talk</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=e5WC-9TbjjQ');hidelist();topFunction();" >Ne-Yo – PUSH BACK</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=OTsxJUrSC0E');hidelist();topFunction();" >Hamza namira - al ayta</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=i-Ze9luJmDs');hidelist();topFunction();" >Ash & Naila - Sing It Back</a> </li>
<li title="Exact time now"><a id="myBtn" onclick="iplay('https://www.youtube.com/watch?v=vk_xq1P7vIU');hidelist();topFunction();topFunction();" >Sam smith - fire on fire</a> </li>
</li> </ul></div></div>
<div class="row cradit_info"> <a href="#" title="Advertise">Advertise</a> * <a href="https://timenowis.com/privacy-policy/" title="Terms of use"> Terms of use </a> * <a href="https://timenowis.com/privacy-policy/" title="Privacy policy"> Privacy policy</a> <p>Time now is displays exact, official atomic clock time for any time zone (more than 7 million locations) in 52 languages. <br> Automated access is prohibited. Support for cookies and JavaScript is required. <br> Copyright © 2009-2022 Time.now AS. All rights reserved.</p></div><div class="row"> <p>Time now is automatically displays the time in your time zone by using your IP address to detect your location. Your IP address is <span class="ip"> </span> Your detected location is <span class="addr"> </span></p></div><div class="switcher notranslate">
<h3>Choose Language</h3>
<script>
//var today = new Date();
//var time = today.getHours() + ":" + today.getMinutes();
//var bidValue = document.querySelector('.st_h').innerHTML;
// window.document.title = "Time.is " + time;
function doDate()
{
var str = "";
var now = new Date();
var houra = now.getHours() + 1;
var hour = ('0'+houra).slice(-2);
var min = ('0'+now.getMinutes()).slice(-2);
var second = ('0'+now.getSeconds()).slice(-2);
document.getElementById("st_hh").innerHTML = hour +':';
document.getElementById("st_mm").innerHTML = min + ':';
document.getElementById("st_ss").innerHTML = second;
var time = "Time.is " + hour +":" + min;
window.document.title = time;
var date = now.getDate();
var today = new Date().toLocaleDateString(undefined, {
weekday: 'long'
});
document.getElementById("dateof").innerHTML = today + ' March '+ date +' , 2022 Week 10';
}
setInterval(doDate, 1000);
</script>
<div id="show"></div>
<script type="text/javascript">
function play(){
var url = document.getElementById("path").value;
var ret = url.replace('https://www.youtube.com/watch?v=','');
var url1 = "https://yewtu.be/latest_version?id=" +ret+"&itag=22&local=true";
document.getElementById('path').value='';
document.getElementById('show').innerHTML='<video id="movie" src="'+url1+'" height="300" width="300" controls autoplay hidden> </video>';
var player =document.getElementById('movie');
player.load();
}
</script>
<script type="text/javascript">
function stop(){
document.getElementById("movie").style.display = "none";
}
</script>
<script type="text/javascript">
function show(){
document.getElementById("movie").style.display = "block";
}
</script>
<!--- video control -->
<script type="text/javascript">
function playVid() {
var vid = document.getElementById("movie");
vid.play();
}
function pauseVid() {
var vid = document.getElementById("movie");
vid.pause();
}
function setHalfVolume() {
var vid = document.getElementById("movie");
vid.volume = 0.5;
}
function setFullVolume() {
var vid = document.getElementById("movie");
vid.volume = 1.0;
}
</script>
<script type="text/javascript">
function iplay(param1){
var ret = param1.replace('https://www.youtube.com/watch?v=','');
var url1 = "https://yewtu.be/latest_version?id=" +ret+"&itag=22&local=true";
document.getElementById('path').value='';
document.getElementById('show').innerHTML='<video id="movie" src="'+url1+'" height="300" width="300" controls autoplay hidden> </video>';
var player =document.getElementById('movie');
player.load();
window.scrollTo({ top: 0, behavior: 'smooth' });
}
</script>
<script type="text/javascript">
function showlist(){
//document.getElementsByClassName('our-link')[0].style.visibility = 'hidden';
document.getElementsByClassName('our-link')[0].style.display = 'block';
}
function hidelist(){
//document.getElementsByClassName('our-link')[0].style.visibility = 'hidden';
document.getElementsByClassName('our-link')[0].style.display = 'none';
}
</script>
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<div class="option" style="display: block;">
<a href="#" rel="noreferrer" onclick="doGTranslate('en|en');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="What time is it?" class="glink nturl notranslate"> What time is it?</a> <span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|zh-CN');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="几点了?" class="glink nturl notranslate"> 几点了?</a><span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|hi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="क्या समय हुआ है?" class="glink nturl notranslate"> क्या समय हुआ है? </a> <span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|es');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="¿Qué hora es?" class="glink nturl notranslate"> ¿Qué hora es?</a><span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|fr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Quelle heure est-il ?" class="glink nturl notranslate">Quelle heure est-il ?</a><span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|ar');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="كم الساعة" class="glink nturl notranslate"> كم الساعة</a><span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|ru');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Который час?" class="glink nturl notranslate"> Который час?</a><span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|pt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Que horas são?" class="glink nturl notranslate"> Que horas são?</a><span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|nl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Nederlands" class="glink nturl notranslate"> Nederlands</a><span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|ur');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="اردو" class="glink nturl notranslate"> اردو</a><span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|pt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Português" class="glink nturl notranslate"> Que horas são?</a><span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|de');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Deutsch" class="glink nturl notranslate"> Deutsch</a><span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|ta');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="தமிழ்" class="glink nturl notranslate"> தமிழ்</a><span>| </span>
<a href="#" rel="noreferrer" onclick="doGTranslate('en|it');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Italiano" class="glink nturl notranslate"> Italiano</a><span>| </span>
<div id="google_translate_element2"></div></div></div></div></footer>
<script>function googleTranslateElementInit2(){ new google.translate.TranslateElement({pageLanguage: 'en',autoDisplay: true}, 'google_translate_element2');} if(!window.gt_translate_script){window.gt_translate_script=document.createElement('script');gt_translate_script.src='https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2'; document.body.appendChild(gt_translate_script);}
function GTranslateGetCurrentLang(){var keyValue=document['cookie'].match('(^|;) ?googtrans=([^;]*)(;|$)');return keyValue ? keyValue[2].split('/')[2]:null;}
function GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent('on'+event,evt)}else{var evt=document.createEvent('HTMLEvents');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}
function doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];if(GTranslateGetCurrentLang()==null&&lang==lang_pair.split('|')[0])return;if(typeof ga=='function'){ga('send', 'event', 'GTranslate', lang, location.hostname+location.pathname+location.search);}var teCombo;var sel=document.getElementsByTagName('select');for(var i=0;i<sel.length;i++)if(sel[i].className.indexOf('goog-te-combo')!=-1){teCombo=sel[i];break;}if(document.getElementById('google_translate_element2')==null||document.getElementById('google_translate_element2').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){ }else{teCombo.value=lang;GTranslateFireEvent(teCombo,'change');GTranslateFireEvent(teCombo,'change')}}
setTimeout(function(){
$("#google_translate_element2 span").empty();
}, 400);
setTimeout(function(){
$("#google_translate_element2 span").empty();
}, 300);
setTimeout(function(){
$("#google_translate_element2 span").empty();
}, 200);</script>
</body>
</html><!-- WP Fastest Cache file was created in 0.33970618247986 seconds, on 11-03-22 18:19:23 -->