How do you convert 2 dates one in BST(Current date) and the other in GMT so that the can be compared date before and after methods?
问题 How do you convert 2 dates one in BST(Current date) and the other in GMT so that they can be compared using the calendar date before() and after() methods? I don't know if BST is referring to British Summer Time. I am running on a laptop with English settings. I don't know how best to do the comparison to see if one is greater than the other or equals. I figure the timezone is the problem to me successfully using the calander date after() and before() methods. I was checking equality based on