directive0
Very Active Member
So this is probably a question that's been asked a bazillion times before buuuuuut
Whats still yet to be completed?
Whats still yet to be completed?
That's now a bazillion and one.So this is probably a question that's been asked a bazillion times before buuuuuut
Whats still yet to be completed?
hahaha weeb
I think I understood only about half the words in this post (and the post it was quoting, too)Nice try. A furfaN calling an otaku "hater" weeabo...
I think I understood only about half the words in this post (and the post it was quoting, too)
And you are even forgetting about the messing with time when switching from 'wintertime' to 'summertime' and back.Calculating the "exact duration" of 2 months is very hard to impossible, as months do not have the same amount of seconds. For example: 31 dec + 2 months... is 31 feb. Also here and there extra seconds are added, thus you get times like: 23:59:62 (62 seconds, when 3 additional seconds are added). You can do compromises, like using days in the range 1-28 and only change the month.
Some more languages:
# JAVA
Code:org.joda.time.Seconds.secondBetween(now, intwo)
# PHP
PHP:use Carbon\Carbon; $now = Carbon::now(); $intwo = $now->copy()->addMonths(2); $seconds = $now->diffInSeconds($intwo);
# PERL
Code:use Time::Piece; use Time::Seconds; my $now = localtime; my $intwo = $now + 2 * ONE_MONTH; my $seconds = ($intwo - $now)->seconds;
# Dude, even: date --date='2012-01-31 09:00 next Month'If you want exact calculation, express month in x amount of seconds - a twelfth of a year. Anything else is up to you to define and with it the difficulty in doing calculations with that stuff.
So? It's precise and consistent. You could then go and say: Two months from now is the same time of day as it is now on the day that contains the point in time, that is two precise months from now.'O' => 2629743, # 30.44 days (real month, but hours shift) @Your suggestion
They are - first and last come in consecutive order.i love the ambiguity of "2 Months" trade mark.....
however has it ever been established the the aforesaid mentioned 2 months are indeed actually consecutive?
i love the ambiguity of "2 Months" trade mark.....
however has it ever been established the the aforesaid mentioned 2 months are indeed actually consecutive? which then opens another can of worms in such that are they indeed from the same Annual period?
My position is that you can not measure a MOON measurement (month) with a SOLAR measurement (year).So? It's precise and consistent.
Sure you can, they just don't like up perfectly. Kinda like other measurement systems we use. I usually measure things in cubits and finger widths because it is easy.My position is that you can not measure a MOON measurement (month) with a SOLAR measurement (year).
I usually measure things using a roll-up tape measure, because it is both easy and accurate.I usually measure things in cubits and finger widths because it is easy.