cancel
Showing results for 
Search instead for 
Did you mean: 

Process For Multiple TimeZone With different Parameters

SachinBais
Level 4
Hello All, i am working on a process which will be used by different countries and on different time zone. while working, i got to know few scenarios where we need to work on number calculation and on different excel or csv format and date time. like in few country they use dot(.) in numbers while few use comma(,) in the numbers so while calculation it will be difficult .same as with the csv file as well few country use comma(,) separated file while other use semi-colon(;) as a file separater . same thing while working with date and time. Kindly let me know the best practice and the few more scenarios and how we can resolve such different  issues. Thanks in Advance  Sachin Bais
2 REPLIES 2

John__Carter
Staff
Staff
I think you'll need to use a code stage to include different locales in your date formatting and calculation.

SachinBais
Level 4
Thanks John