Hi, I have a question regarding byte sizes in Fcp. Along with some requests sizes are passed as 1G or 1000K. Quite obvious what it's about but nevertheless it is not documented.
Can I assume Fcp always uses kibs and values are always passed following this patttern? -1 (not set) n n*1000 or (n)K n*1.000.000 or (n)M (...) The only time value (except from secs since epoch) I faced so far is one I got in response to GetConfig. It read '1HOUR'. Is there a similar pattern for time values to rely on? Juergen