Top "Iso" questions

The International Organization for Standardization is a union of national standardization organizations out of more than 150 countries elaborating standards in nearly all sectors excepted electrics and telecommunications.

ISO to datetime object: 'z' is a bad directive

I am trying to convert ISO to datetime using the code below: dt = datetime.datetime.strptime("2013-07-23T15:10:59.342107+01:00", "%Y-%…

python datetime iso rfc3339
Convert iso timestamp to date format with Javascript?

This seems like a pretty simple question but I can't seem to get an answer for it. How can I …

javascript jquery date timestamp iso
Where can I find a list of language + region codes?

I have googled (well, DuckDuckGo'ed, actually) till I'm blue in the face, but cannot find a list of language codes …

unicode internationalization iso region
Android Countries list with flags and availability of getting iso mobile codes

Needed Example of project showing all countries with flags and availability for getting countries mobile codes.

android iso mobile-country-code
Convert JSON date string to Python datetime

When translating dates to JSON, javascript is saving dates in this format: 2012-05-29T19:30:03.283Z However, I am not …

python json datetime date iso
APDU Command to read card number

I would like to know if it's possible to get a Debit/Credit Card number from a SmartCard, I' trying …

smartcard iso apdu pcsc emv
Why an unnamed namespace is a "superior" alternative to static?

The section $7.3.1.1/2 from the C++ Standard reads: The use of the static keyword is deprecated when declaring objects in a …

c++ namespaces standards iso
Warning: this decimal constant is unsigned only in ISO C90

Piece of code : long rangeVar = 0; rangeVar = atol(p_value); if (rangeVar >= -2147483648 && rangeVar <= 2147483647) On compiling I …

c compiler-construction long-integer iso c89
Why iconv cannot convert from utf-8 to iso-8859-1

My system is SUSE Linux Enterprise Server 11. I'm trying to convert a data from utf-8 format to iso useing "iconv" $&…

linux utf-8 iso iconv suse
Android Camera API ISO Setting?

Would anyone know where to control the ISO setting for the camera from in the Android SDK ? It should be …

android camera iso