Tagged Questions
The zone tag has no wiki summary.
4
votes
2answers
56 views
Unbiased Time System C#
I am creating a reminder system for the software that we have. Currently I have the user give me the time they would like to be reminded and I store it in a database.
Then later, I have a service ...
2
votes
1answer
99 views
Get system date/time in Python after changing time zone
On my system, I have set the current time zone for my clock to "Kuala Lumpur, Singapore (UTC+08:00)", which puts my clock forward by eight hours (of course).
In python, I'm using the code to get the ...
2
votes
1answer
488 views
How do I modify my settings to allow VS2010 to load 3rd party XSD files from the “Unauthorized Zone”?
I have opened a 3rd party XSD file in Visual Studio 2010 that imports namespaces from other schema files from the same 3rd party.
In the XML editor view of the schema file, the xs:import element is ...
1
vote
0answers
23 views
Set Android Timezone/time info from firmware
I'm working on a project with a no-name android box, and the default setting for the time zone is some place in China. I would like to arrange the firmware in such a way so I can set it to always go ...
1
vote
1answer
131 views
Multiple use of a custom component containing a zone
I'm facing a problem when using tapestry 5.2.0 : using multiple times a component containing a zone.
At this point, the component is used 3 times on the same page but only one instance is working ...
1
vote
0answers
35 views
how to set zone in dojo?
if the time in mysql is set to '2011-08-07 08:00:00', the value of dijit.form.TimeTextBox will be showed like this '2011-08-07 16:00:00'. The diffence of time between mysql and web is 8 hours,so i ...
1
vote
1answer
72 views
Library to parse a bind 9.x zone file in Java?
Is there anything out there that already does this?
I looking for something that will help me get a bind zone file loaded into java objects.
1
vote
1answer
311 views
Ruby Time.new giving time zone offset of 14 minutes
When I create a time object in Ruby 1.9.2 with a date earlier than 1 September 1919, the time zone is set to +0014 rather than to the system zone (+0100) or UTC. Now that I discovered the problem ...
1
vote
10answers
353 views
Are some places more conducive to programming than others?
I have been experimenting with programming in different places like parks, coffee houses and even the beach !!! I have almost always found that programming in places such as these stimulates the brain ...
0
votes
1answer
37 views
Zone Component change the ID of other components in Tapestry 5
I have a from and other components inside the Zone. whenever Zone get refreshed it change the ID of form component and other components too. I am using the id of components in JavaScript so facing ...
0
votes
1answer
18 views
DNS Setup Possible to split ips?
Here's the situation... Right now, there's a site that's being hosted (DNS is already setup, etc.) Since setting it up, we've actually built it out. During the process of trying to push it live, we ...
0
votes
1answer
47 views
How to create attribute for zone and set value in each zone using Ocean
I'm can't find the way how to create attributes for zones.
0
votes
4answers
49 views
Show different message to the hours | php
here is my code, where i make mistake? Btw my time ZONE is UTC + 2:00.
Thanks for answers in advance.
<?php
$current_time = date('H');
if ($current_time >18) {
echo "Good night";
...
0
votes
1answer
52 views
bind zone file inside cfengine
I have some zone files that uses bind specific $GENERATE directive like this
$GENERATE 50-100 srv-${-50,3,d} A 10.34.38.$
Now when I add this to cfengine, it tries to expand ${...} and gives an ...
0
votes
1answer
173 views
Not able to call the JS function on the actionlink, used to update the Zone in Tapestry5
I am facing one problem in Tapestry.
Problem - I am using a grid to display the data. with each row i am displaying a Plus(+) button. when we click on the Plus(+) button then i'll display the inner ...
0
votes
0answers
39 views
In search of DNS zone verification rules (both syntactical and semantical)
I spent quite a lot of time looking up some summary on how to verify DNS zone data:
syntactically (some "overall" BNF or ABNF rulesets concerning BIND9 zone files)
semantically (relations between ...
0
votes
1answer
581 views
Tapestry 5 zone inside a form
I have a form and inside it I have a country/city/etc selection.
The form is inside a zone.
When calling the onSelected for make the change of the country/city, when returning I loose the other form ...
0
votes
1answer
122 views
How can I add an additional site to my VPS server?
I have a VPS hosting service. First of all, I installed bind9 and everything that my main website works just fine. Now, I bought another domain and set its nameserver address&ip to my website ...
0
votes
1answer
387 views
dig +short doesn't work when querying root DNS server?
I've found that if I query a UK root DNS server directly (e.g 195.66.240.130) it provides a result in 2-5ms vs querying a regular DNS server which takes 15-40ms.
However, for some reason the +short ...
0
votes
2answers
579 views
Bind9 DNS Zone Transfer Script - Bash script to avoid duplicates
I created a bash script to transfer my zones between my primary and secondary DNS server.
It downloads my zone list from the primary and checks for any new zones and then downloads and inserts those ...
0
votes
1answer
485 views
Get Time Zone abbreviation given GMT offset with Objective C
Is there a way to lookup a timezone abbreviation when only the temporal offset is known?
Example: Say i'm given the offset of GMT -5, i'd like to display the abbreviation of EST (assuming US) as ...
-1
votes
1answer
901 views
Mac Os X Terminal: How to view a domain's zone file?
I'm trying to query a domain to retrieve its full DNS zone listings (A, MX, CNAME,…)
It seems that host -a is only returning the NS and MX records.
Any help would be much appreciated.
Thanks.