Page 1 of 1

Use of time zone in Vensim

Posted: Wed Aug 28, 2019 1:53 am
by taskia
Hi,
I am developing a System Dynamics model for distributed software projects development in Vensim. in this case, to maintain the timezone is very necessary, but I could not add the timezone.
So, is it possible to use the timezone in Vensim? If yes, then how can I add the time zone?
Thank you in advance.

Re: Use of time zone in Vensim

Posted: Wed Aug 28, 2019 3:15 am
by tomfid
What do you want to do with the time zone? How about using an integer from 1 to 24?

Re: Use of time zone in Vensim

Posted: Wed Aug 28, 2019 3:32 am
by taskia
Thank you for your reply. Actually, I want to set a suitable time for coordination meeting among the team members from different countries in my model, that's why I am thinking to use the timezone so that I can find a time suitable for all members, but I could not use.

Re: Use of time zone in Vensim

Posted: Thu Aug 29, 2019 1:41 am
by tomfid
Seems like more of a discrete event simulation problem.

You could assign each team member an integer time zone number, and search for viable times that are within a certain window overlap from the zone number, modulo 24.

It's hard to say more without knowing more about the problem statement.

Re: Use of time zone in Vensim

Posted: Thu Aug 29, 2019 2:19 am
by taskia
Thank you very much for your suggestion. I will try in this way.