Questions tagged [zone]

For questions about zone.js. *Not* for questions about time zones (use the timezone tag), DNS zones or other meanings of zone.

What's a Zone?

A Zone is an execution context that persists across async tasks. You can think of it as thread-local storage for JavaScript VMs.

See this video from ng-conf 2014 for a detailed explanation:

More info in documentation oficial.

247 questions
0
votes
1 answer

Jquery display time for specific location

Using the code below I'm able to successfully display the local time on a site. I am using this on a site built on Zurb Foundation 3 - I would like to avoid loading additional plugins. a) How do I make this always display the time in Sydney, rather…
user2213682
  • 4,375
  • 3
  • 14
  • 6
0
votes
3 answers

Cannot change time zone of java web application

I have web application with me. It is showing US time. I want it to show Indian time. I have tried setting property uing System.getProperty().setProperty("user.country","IN"); and System.getProperty().setProperty("user.variant","IN"); but still it…
Jafar Ali
  • 1,084
  • 3
  • 16
  • 39
0
votes
2 answers

Temporary and immediate HTTPS redirection

I am hosting a service on Windows Azure and using an external DNS (Gandi) to manage zone files. What I would like is to redirect all the incoming Azure traffic to another web page, while I am updating the service (like we'll be back soon). I know…
Vlad
  • 217
  • 1
  • 4
  • 14
0
votes
1 answer

Wordpress + OpenX PHP invocation = headers already sent

We have a small Wordpress portal that uses local OpenX installation for its advertising needs. The WP theme was built using PHP invocation code for OpenX zones and here lies the problem. In one of the OpenX functions called by the invocation code is…
0
votes
2 answers

Does a DNS A record redirect slow down load speeds? (with example)

I have a website hosted on my server that is taking longer to load than our other websites despite the fact that it's built the same. To test further, I made an exact copy of the website and put it on a sub-domain. I noticed that the sub-domain copy…
norsewulf
  • 511
  • 6
  • 21
0
votes
3 answers

How to get a javascript clock to only display a single time zone?

I have a real-time clock on my website that uses JavaScript to function however it grabs the current time from the user's computer, therefore the time zone the clock works in is different for each user. How can I modify the code below so that the…
user1710563
  • 387
  • 2
  • 7
  • 18
0
votes
1 answer

Updating a tapestry zone with dynamic context

I'm trying to figure out how to update a tapestry zone using a dynamic, client-side-driven "context". I'm fairly new to tapestry, and I'm stuck with 5.0 for now. The main reason to do this is to reuse another tapestry component as a child of a…
Kimball Robinson
  • 3,287
  • 9
  • 47
  • 59
0
votes
2 answers

Python time zone display

I'm not sure if this is possible but here's the question: In python, is it possible to get a variable that shows the timezone relative to UTC time? For example, EST would be shown as -5, PST as -8. Thanks
0
votes
1 answer

Solaris 11 cannot install zones

Hi all staff today I try to create zone on Oracle solaris 11 but when I use command: "zoneadm -z testzone install" and get Error Checkpoint execution error: The following pattern(s) did not match any allowable packages. Try …
aliasosx
  • 1,175
  • 3
  • 10
  • 13
0
votes
1 answer

Google Apps config via DNS zone file

I have a problem with setting the DNS in order to use Google Apps on specific domains. I can easily set the DNS for domains that are controlled via some control panel (eg. GoDaddy) but I have problems for domains that are controlled via zone files…
deyo.vuk
  • 180
  • 1
  • 3
  • 11
0
votes
2 answers

How do I keep the time, but change the time zone?

I've looked at a few StackOverflow questions but none of them seem to crack the case. My time for example is : 2012-04-19 08:42:00 +0200 This is what is inputed through the form. But everything is displayed relative to what timezone it is in. So…
Trip
  • 26,756
  • 46
  • 158
  • 277
-1
votes
1 answer

Linux Bash script to Loop all Time zones

i am currently working in linux environment and working on generating an executable. Purpose of the application(executable) is to validate contents in the given input file. i am required to write a script , where it will iterate through all…
-1
votes
1 answer

Client only wants to use GTM on Careers section of website. Will that limited use be viable?

Can Google Tag Manager be used on just one section of a website, such as Careers section?
-1
votes
1 answer

Oracle SQL : how to specify Time Zone Region

to_date('30/03/2022', 'DD/MM/YYYY') Underlined, as hours are not specified, that means that hour is '00:00' I would like to specify that this is for Europe/Paris time zone region. Can you help me set-up this ? Thanks
user16313671
-1
votes
1 answer

I want to convert string to date in javascript?

var date = new Date().toTimeString() console.log(date) The above code output is this String : 21:27:52 GMT+0430 (India Daylight Time) how to convert this string to Date or Number
alina
  • 107
  • 8
1 2 3
16
17