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.

Normalizing Human Skin Colors for User Interaction

A while ago I came across this answer that introduced me to the obscure (at least for me) ISO 5218: a …

database user-interface schema standards iso
GCC options for strictest C code?

What GCC options should be set to have GCC as strict as possible? (and I do mean as strict as …

c gcc ansi iso strict
Load Nib for UIView used in ViewController in StoryBoard

I have a UIView that I want to use in several View Controllers so I created the view (.h/.m) …

uiview uiviewcontroller uistoryboard nib iso
How do I convert an ISO 8601 string to time_t in C++?

Does anyone know how to go from an ISO-8601-formatted date/time string to a time_t? I am using …

c++ time iso time-t
Why is getcwd() not ISO C++ compliant?

This MSDN article states that getcwd() has been deprecated and that the ISO C++ compatible _getcwd should be used instead, …

c++ iso
Do minor currency units have a ISO standard?

ISO 4217 defines 3-letter currency symbols: EUR USD LKR GBP Do currencies' minor units (cent, pence) have a ISO or similar …

internationalization standards currency iso
In an ISO 8601 date, is the T character mandatory?

I'm wondering if the following date is ISO8601 compliant : 2012-03-02 14:57:05.456+0500 (for sure, 2012-03-02T14:57:05.456+0500 is compliant, but not …

date standards datetime-format iso
How to parse an ISO date with LocalDateTime.parse(...)

I want to parse a date string like 2011-11-30 like this: LocalDateTime.parse("2011-11-30", DateTimeFormatter.ISO_LOCAL_DATE) …

java datetime java-time iso localdatetime
UTC vs ISO format for time

I'm trying to understand the difference between UTC and ISO formats and when to use what when transferring messages between …

javascript time utc iso
Print datetime in ISO format without milliseconds

I'm trying to serialize datetime in an API, but I don't want milliseconds. What I want is here: https://en.…

python datetime timezone iso